// TO SEE THE FILE BETTER USE WORDWRAP

//------------------------------------------+
// SmartMenus v.1                           |
// ©2001 VASIL DINKOV - PLOVDIV, BULGARIA   |
// http://mp3.dinkov.com | vasko@dinkov.com |
//------------------------------------------+
// For Internet Explorer 4 and Netscape 6   |
//------------------------------------------+

//==1==Defining Colors

var menuFrameColor='#e42217';
var menuBgColor='#fbb117';
var menuOverBgColor='#fff5c6';
var menuFontColor='#4d4c76';
var menuOverFontColor='#4d4c76'//(can be the same as menuFontColor)
 

/*
var menuOverBgColor='#e42217';
var menuFontColor='#fbb117';
var menuOverFontColor='#e42217'//(can be the same as menuFontColor)
*/

//==2==Defining TARGET for the links in the menu
var target='self'//(newWindow or self)(cannot navigate to frame)

//==3==Defining font, menu cell padding & frame border width
var font='verdana,arial,helvetica';
var fontSize='10px';
var fontWeight='bold';//(bold or normal)
var cellPadding='2';
var frameBorderWidth='1';

//==4==Defining The Menus Width
var menuWidth='140';

//==5==Defining The Menus Placement (top left corner of the menus)
var menuTopPixels=146;//adj here - for positioning from top & left corner(without quotes)
// adjust below for horizontal movement
/*
var menu1LeftPixels=0;
var menu2LeftPixels=60;
var menu3LeftPixels=180;
var menu4LeftPixels=294;
var menu5LeftPixels=410;
var menu6LeftPixels=538;
*/
var menu1LeftPixels=255;
var menu2LeftPixels=408;
var menu3LeftPixels=560;
var menu4LeftPixels=714;
var menu5LeftPixels=867;
var menu6LeftPixels=1021;
//var menu7LeftPixels=700;//(if you want more add like this)

//==6==Defining The Menus Count (how many do you want)
var menuCount=6;//(without quotes)

//=============MENU DEFINITIONS=============
//(be sure to have the same number of array items for both href & text)

//===Menu 1
href1=new Array('http://www.icerocket.com/', 'http://www.msn.com/', 'http://www.google.com/', 'http://www.epilot.com/joinnow/referral.asp?friend=hansatura','http://www.yahoo.com/','http://www.altavista.com/','http://www.search.com/','http://www.webcrawler.com/','http://www.lycos.com/','http://www.hotbot.com/');

text1=new Array('IceRocket','MSN','Google','ePILOT','Yahoo!','Altavista','CNET Search.com','Webcrawler','Lycos','Hotbot');

function MV1(){var x='';for(i=0;i<href1.length;i++){x=x+"<tr><td class=mxz onclick=doGo('"+href1[i]+"') onmouseover=ov(this) onmouseout=ou(this)>"+text1[i]+"</td></tr>"};return x};
//===Menu 1 END

//===Menu 2
href2=new Array('http://www.memphisvocalarts.org/index.cfm', 'http://www.iamc.org/pdf/News_0405.pdf');

text2=new Array('Memphis Vocal Arts','Downtown Revitalization');

function MV2(){var x='';for(i=0;i<href2.length;i++){x=x+"<tr><td class=mxz onclick=doGo('"+href2[i]+"') onmouseover=ov(this) onmouseout=ou(this)>"+text2[i]+"</td></tr>"};return x};
//===Menu 2 END

//===Menu 3
href3=new Array('http://www.droark.com','http://www.droark.com/HHS/','http://www.heartnmemphis.com/EyeoftheTiger/','http://www.droark.com/family/');

text3=new Array('Hearts & Roses','Class of 1953','Eye of the Tiger','Roark Home Page');

function MV3(){var x='';for(i=0;i<href3.length;i++){x=x+"<tr><td class=mxz onclick=doGo('"+href3[i]+"') onmouseover=ov(this) onmouseout=ou(this)>"+text3[i]+"</td></tr>"};return x};
//===Menu 3 END

//===Menu 4
href4=new Array('http://extra.scripps.com/cgi-bin/WebX?gomemphis-14@145.2dy0aiWMaAW^3@.ee6b2ab','http://www.espn.com/','http://www.sportal.com/','http://www.umbro.com/');

text4=new Array('Commericial Appeal','ESPN','Sportal.com','UMBRO');

function MV4(){var x='';for(i=0;i<href4.length;i++){x=x+"<tr><td class=mxz onclick=doGo('"+href4[i]+"') onmouseover=ov(this) onmouseout=ou(this)>"+text4[i]+"</td></tr>"};return x};
//===Menu4 END

//===Menu 5
href5=new Array('http://www.droark.com/HHS/','http://www.droark.com/HHS/Classof53/','http://www.infowar.com/','http://www.icq.com/','http://www.gamesforall.com/');

text5=new Array('Class of 1953 Web Site','Class of 1953 Message Board','Infowar','ICQ','GamesForAll');

function MV5(){var x='';for(i=0;i<href5.length;i++){x=x+"<tr><td class=mxz //onclick=doGo('"+href5[i]+"') onmouseover=ov(this) onmouseout=ou(this)>"+text5[i]+"</td></tr>"};return x};
//===Menu 5 END

//===Menu 6
href6=new Array
('http://www.heartnmemphis.com/DBman/db.cgi','http://www.heartnmemphis.com/graderate/viewgrades.cgi','http://www.heartnmemphis.com/personneldb/db.cgi');

text6=new Array('DBman Database(s)','Grade-Pay Rates','Personnel Files');

function MV6(){var x='';for(i=0;i<href6.length;i++){x=x+"<tr><td class=mxz //onclick=doGo('"+href6[i]+"') onmouseover=ov(this) onmouseout=ou(this)>"+text6[i]+"</td></tr>"};return x};
//===Menu 6 END


//=============MENU DEFINITIONS END=============

// THE SERIOUS SCRIPT PLEASE DO NOT TOUCH
if(document.all){topY=menuTopPixels}else{topY=menuTopPixels-2};/*NS bud*/function rV(){q='';for(z=1;z<=menuCount;z++){if(document.all){q=q+"m"+z+".style.display='none';"}else{q=q+"document.getElementById('m"+z+"').style.display='none';"}};return q};eval("function hide(a){if(a.clientY<=topY){"+rV()+"}};function hide2(){"+rV()+"}");eval("function ov(ok){ok.style.background='"+menuOverBgColor+"';ok.style.color='"+menuOverFontColor+"'};function ou(ok){ok.style.background='"+menuBgColor+"';ok.style.color='"+menuFontColor+"'};function doGo(ok){var tgt='"+target+"';if(tgt=='newWindow'){window.open(ok)}else{document.location.href=ok}};function show(a){if(document.all){eval(a).style.display=''}else{document.getElementById(a).style.display=''}}");document.write("<style>.mxz{font-family:"+font+";font-size:"+fontSize+";color:"+menuFontColor+";font-weight:"+fontWeight+";background:"+menuBgColor+";padding:"+cellPadding+";cursor:default}</style>");function buildTheAsses(){for(j=1;j<=menuCount;j++){document.write("<div style=position:absolute;top:"+(menuTopPixels-1)+";left:"+(eval('menu'+j+'LeftPixels')-100)+";z-index:3;display:none id="+('m'+j)+"><table cellpadding=0 cellspacing=0 border=0><tr><td colspan=3 height=1></td></tr><tr><td width=100 onmouseover=hide2()></td><td bgcolor="+menuFrameColor+"><table width="+menuWidth+" cellspacing="+frameBorderWidth+" border=0>"+eval('MV'+j+'()')+"</table></td><td width=100 onmouseover=hide2()></td></tr><tr><td colspan=3 height=200 onmouseover=hide2()></td></tr></table></div>")}};buildTheAsses()