if (top != self) { top.location.href = location.href; }

/* menu rollover */

yellow_low = new Image;
yellow_low.src = '/images/il_menu_yellow.gif';
yellow_high = new Image;
yellow_high.src = '/images/il_menu_yellow_high.gif';

red_low = new Image;
red_low.src = '/images/il_menu_red.gif';
red_high = new Image;
red_high.src = '/images/il_menu_red_high.gif';

blue_low = new Image;
blue_low.src = '/images/il_menu_blue.gif';
blue_high = new Image;
blue_high.src = '/images/il_menu_blue_high.gif';

green_low = new Image;
green_low.src = '/images/il_menu_green.gif';
green_high = new Image;
green_high.src = '/images/il_menu_green_high.gif';

/* menu sub highlight */


function startf()
{
	for(i=0;i<document.links.length;i++){
		if(document.links[i]==document.location.href)
		{	
			if(document.links[i].parentNode.id == "menu_sub")
			{
				document.links[i].style.color = "#A2E7F6";
			}

			if(document.links[i].parentNode.id == "menu_left")
			{
				if(section=="spi") {
					document.links[i].style.backgroundColor = "#FEA338";
				}
				if(section=="ad") {
					document.links[i].style.backgroundColor = "#DA4E4B";
				}
				if(section=="wbd") {
					document.links[i].style.backgroundColor = "#3C8FC5";
				}
				if(section=="hps") {
					document.links[i].style.backgroundColor = "#38B266";
				}
				document.links[i].style.backgroundPosition="10px 10px";
			}
		}
	}
}
