/**************************************************
Include: Control .js file
**************************************************/


//This array activates a specific room for viewing

var catalogOn = true;		//turns catalog on and off

var skipCTQ = "Safety&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";     // skips this CTQ in IE4

activated = new Array(2);

activated[0] = new Array(9);
activated[1] = new Array(9);

activated[0][0] = true;
activated[0][1] = true;
activated[0][2] = true;
activated[0][3] = true;
activated[0][4] = true;
activated[0][5] = true;
activated[0][6] = true;
activated[0][7] = true;
activated[0][8] = true;
activated[1][0] = true;
activated[1][1] = true;
activated[1][2] = true;
activated[1][3] = true;
activated[1][4] = true;
activated[1][5] = true;
activated[1][6] = true;
activated[1][7] = true;
activated[1][8] = true;

//This array contains the URL's for the title_right.gif(GE meet ball graphic)
rightGraphicURL = new Array(2);
rightGraphicURL[0] = "/eu/home/index.html";
rightGraphicURL[1] = "/eu/business/index.html";


//This array contains the URLs of the footer

footerURL = new Array(8);

footerURL[0] = "/na/institute/aboutgel.html";
footerURL[1] = "/na/contactus/faq.html";
footerURL[2] = "http://www.ge.com";
footerURL[3] = "http://www.gecareers.com";
footerURL[4] = "/eu/footnav/policy.html";
footerURL[5] = "/eu/footnav/terms.html";
footerURL[6] = "http://forms.geconsumerandindustrial.com/asbs/servlet/SS?F=3123795";
footerURL[7] = "http://www.gelighting.com/tnc/en/terms.htm";

//Added Variable to show in the footer

//var footMesg = 'The GE monogram and "General Electric" are both trademarks of General Electric Company,USA';

var footMesg = '';

//Added variable to show the mouse over message for fixture

var fixMesg = 'Learn more about this fitting';

//Added variable to show the mouse over message for product links

var prodLinkMesg = 'Learn more about this product';
