 document.write(" <TABLE id=AutoNumber4 style='BORDER-COLLAPSE: collapse' cellSpacing=0 cellPadding=0 width='100%' border=0> <TBODY> <TR> <TD width='100%'> <map name='FPMap0'> <area coords='12, 127, 183, 150' shape='rect' href='contact.htm'> <area coords='12, 73, 114, 92' shape='rect' href='vision.htm'> <area href='mission.htm' shape='rect' coords='11, 41, 183, 64'> <area href='aboutus.htm' shape='rect' coords='11, 11, 173, 35'> <area href='index.htm' shape='rect' coords='12, 158, 143, 177'> <area id='mainMenu' href='#' onMouseover=\"showLayer('div1')\" onMouseout=\"hideLayer('div1')\"  style='cursor:hand' shape='rect' coords='13, 103, 226, 122'> </map> <img border='0' src='images/links.jpg' width='227' height='442' usemap='#FPMap0'></td></tr></TABLE> ")


function showLayer(layerName) {
 
	var pLeft,pTop;
	pLeft = getposOffset(document.getElementById('mainMenu'), 'left');
	pTop = getposOffset(document.getElementById('mainMenu'), 'top');
	document.getElementById(layerName).style.display = '';
//alert(pLeft);
 if(layerName == 'div1')
	{
		document.getElementById(layerName).style.top =255;
 document.getElementById(layerName).style.left = pLeft +325;
	}

 

}

function hideLayer(layerName) {
	document.getElementById(layerName).style.display = 'none';
}



function getposOffset(what, offsettype)
{
	var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
	var parentEl=what.offsetParent;
	while (parentEl!=null)
	{
		totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
		parentEl=parentEl.offsetParent;
	}
	return totaloffset;
}

//Gold Silver
document.write("<div id=div1 onmouseout=javascript:void(hideLayer('div1')) onmouseover=javascript:void(showLayer('div1')) style=\"position:absolute; display: 'none'\">"+
"<A HREF='parachute.htm' class=leftdrop><font color='#000000'>Parachute Items</font></A>"+
"<A HREF='clothing.htm' class=leftdrop><font color='#000000'>Clothing Items</font></A>"+
"<A HREF='knitted.htm' class=leftdrop><font color='#000000'>Knitted Items</font></A>"+
"<A HREF='rubberized.htm' class=leftdrop><font color='#000000'>Rubberized Items</font></A>"+
"</div>");

hideLayer('div1');


