// 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='#FFFFFF';
var menuBgColor='#006699';
var menuOverBgColor='#FFFFFF';
var menuFontColor='#FFFFFF';
var menuOverFontColor='#006699'//(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='125';

//==5==Defining The Menus Placement (top left corner of the menus)
var menuTopPixels=16;//from document top & left corner(without quotes)
var menu1LeftPixels=20;
var menu2LeftPixels=100;
var menu3LeftPixels=180;
var menu4LeftPixels=320;
var menu5LeftPixels=430;
var menu6LeftPixels=600;
var menu7LeftPixels=750;//(if you want more add like this)

//==7==Defining The Menus Count (how many do you want)
var menuCount=7;//(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.greatpossibilities.com/search/index.shtml','http://www.greatpossibilities.com/search/listing.html','http://www.greatpossibilities.com/links.html','http://www.greatpossibilities.com/search/link.html','http://www.greatpossibilities.com/search/topten.html','http://www.greatpossibilities.com/enginemap.html');
text1=new Array('Index','Your Listing','Link to Us','Exchange Links','Join the TOP TEN','Directory Index Map');

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.greatpossibilities.com/classifieds.shtml','http://www.greatpossibilities.com/cgibin/classifieds/classifieds.cgi?website=&language=&session_key=','http://www.greatpossibilities.com/cgibin/classifieds/classifieds.cgi?website=&language=&session_key=&place_front_page=on','http://www.greatpossibilities.com/cgibin/classifieds/classifieds.cgi?website=&language=&session_key=&autonotify_front_page=on','http://www.greatpossibilities.com/cgibin/classifieds/classifieds.cgi?website=&language=&session_key=&print_checklist_view=on','http://www.greatpossibilities.com/cgibin/classifieds/classifieds.cgi?db=&website=&language=&session_key=&print_terms_page=on','http://www.greatpossibilities.com/privacy.htm','http://www.greatpossibilities.com/classifieds/adpricing.html');
text2=new Array('Index','Search Listings','Place Listings','Auto-Notify','My Checklist','Terms of Use','Privacy Statement','Pricing Schedule');

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.greatpossibilities.com/forums.shtml','http://www.greatpossibilities.com/cgibin/ubb/ubbmisc.cgi?action=setprefs','http://www.greatpossibilities.com/ubb/faq.html','http://www.greatpossibilities.com/cgibin/ubb/ubbmail.cgi?action=subscribe','http://www.greatpossibilities.com/cgibin/ubb/search.cgi?action=getdaily','http://www.greatpossibilities.com/cgibin/ubb/Ultimate.cgi?action=agree','http://www.greatpossibilities.com/cgibin/ubb/search.cgi?action=intro','http://www.greatpossibilities.com/forum_rules.htm');
text3=new Array('Index','My Preferences','Forum FAQ','Subscribe to a Digest','Active Topic','Register','Search the Forums','Rules, Policies and Disclaimers');

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://www.greatpossibilities.com/topsites/index.html','http://www.greatpossibilities.com/cgibin/topsites/editmember.cgi?new','http://www.greatpossibilities.com/cgibin/topsites/editmember.cgi?edit','http://www.greatpossibilities.com/cgibin/topsites/editmember.cgi?html','http://www.greatpossibilities.com/cgibin/topsites/editmember.cgi?name','http://www.greatpossibilities.com/cgibin/topsites/editmember.cgi?password','http://www.greatpossibilities.com/topsites/about.html');
text4=new Array('Index','Add your site','Your Account','Get HTML Code','Lost Username','Lost Password','About TOP 100');

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};
//===Menu 4 END

//===Menu 5
href5=new Array('http://www.greatpossibilities.com/network/','http://www.greatpossibilities.com/network/spanish/');
text5=new Array('English Version','Version en Español');

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};
//===Menu5 END

//===Menu 6
href6=new Array('http://www.greatpossibilities.com/articles/publish/index.shtml','http://www.greatpossibilities.com/articles/publish/rules.shtml','http://www.greatpossibilities.com/articles/publish/submit.shtml','http://www.greatpossibilities.com/syndicate.html');
text6=new Array('Industry Headlines','Submission Rules','Submission Form','Webfeed Generator');

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 7
href7=new Array('http://www.greatpossibilities.com/index.shtml','http://www.greatpossibilities.com/about.html','http://www.greatpossibilities.com/exchange/promotions.html','http://www.greatpossibilities.com/links.html','http://www.greatpossibilities.com/privacy.htm','http://www.greatpossibilities.com/contactus.html','http://www.greatpossibilities.com/cgibin/ubb/Ultimate.cgi?action=intro&category=6');
text7=new Array('Home Page','About Us','Site Promotions','Links to Us','Privacy Statement','Contact Us','Site Info & Support');

function MV7(){var x='';for(i=0;i<href7.length;i++){x=x+"<tr><td class=mxz onclick=doGo('"+href7[i]+"') onmouseover=ov(this) onmouseout=ou(this)>"+text7[i]+"</td></tr>"};return x};
//===Menu 7 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()