conBrowser=1;
  switch1on  = new Image();  switch1on.src  = '/images/nav_home2.gif';
  switch1off = new Image();  switch1off.src = '/images/nav_home.gif';
  switch2on  = new Image();  switch2on.src  = '/images/nav_about2.gif';
  switch2off = new Image();  switch2off.src = '/images/nav_about.gif';
  switch3on  = new Image();  switch3on.src  = '/images/nav_products2.gif';
  switch3off = new Image();  switch3off.src = '/images/nav_products.gif';
  switch4on  = new Image();  switch4on.src  = '/images/nav_featured2.gif';
  switch4off = new Image();  switch4off.src = '/images/nav_featured.gif';
  switch5on  = new Image();  switch5on.src  = '/images/nav_contact2.gif';
  switch5off = new Image();  switch5off.src = '/images/nav_contact.gif';
  
  switch10on  = new Image();  switch10on.src  = '/images/THG_on.gif';
  switch10off = new Image();  switch10off.src = '/images/THG_off.gif';
  switch11on  = new Image();  switch11on.src  = '/images/emmy_on.gif';
  switch11off = new Image();  switch11off.src = '/images/emmy_off.gif';
    switch20on  = new Image();  switch20on.src  = '/images/signin_on.gif';
  switch20off = new Image();  switch20off.src = '/images/signin.gif';


function HighLight(musswitch) {
	if (conBrowser) {
		switchnavn = eval(musswitch + "on");
      		document [musswitch].src = switchnavn.src;
    		}
  	}

function UndoHighLight(musswitch) {
	if (conBrowser) {
		switchnavn = eval(musswitch + "off");
		document [musswitch].src = switchnavn.src;
		}
	}

	
function openScript(url, width, height) {
        var Win = window.open(url,"openScript",'width=' + width + ',height=' + height + ',resizable=1,scrollbars=yes,menubar=no,status=no' );
}

