<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=60; // no quotes!!
XOffset=0;
staticYOffset=0; // no quotes!!
slideSpeed=1 // no quotes!!
waitTime=10; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#FFFFFF";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=300; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Arial";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#FFFFFF";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="5";
linkFontFamily="Arial";
linkFontSize="2";
linkBGColor="lightblue";
linkOverBGColor="#00CCFF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FFFFFF";
barFontFamily="Arial";
barFontSize="2";
barFontColor="blue";
barVAlign="center";
barWidth=10; // no quotes!!
barText="SLIDE MENU"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["<b>HostingSolo.com - <a href='http://hostingsolo.com/'>Home Page</a></b>"] //create header
ssmItems[1]=["<b>Hosting Packages</B>", "http://www.hostingsolo.com/Packages.html", "", 1, "no"]
ssmItems[2]=["<b>Reseller Packages</b>", "http://hostingsolo.com/resellers.html", "",1]
ssmItems[3]=["<b>Domain Names</b>", "http://www.secureserver.net/default.asp?prog_id=hostingsolo", "", 1, "no"]
ssmItems[4]=["<b>Transfer To Us</b>", "https://www.secureserver.net/transfer.asp?isc=&se=%2B&from_app=&mscssid=&pl_id=111159&prog_id=hostingsolo", "",1]
ssmItems[5]=["<b>Bulk Register</b>", "https://www.secureserver.net/bulkregister.asp?isc=&se=%2B&from_app=&mscssid=&pl_id=111159&prog_id=hostingsolo", "", 1, "no"]
ssmItems[6]=["<b>Bulk Transfer</b>", "https://www.secureserver.net/auth.asp?isc=&se=%2B&from_app=&mscssid=&pl_id=111159&prog_id=hostingsolo&target=transfers%2Flanding%2Easp&bulk=true", "",1]
ssmItems[7]=["<b>Traffic Blazer</b>", "https://www.secureserver.net/auth.asp?isc=&se=%2B&from_app=&mscssid=&pl_id=111159&prog_id=hostingsolo&target=traffic%5Fblazer%2Flanding%2Easp", "", 1, "no"]
ssmItems[8]=["<b>Site Builder</b>", "https://www.secureserver.net/auth.asp?isc=&se=%2B&from_app=&mscssid=&pl_id=111159&prog_id=hostingsolo&target=website%2Easp", "",1]

ssmItems[9]=["<b>INFORMATION AND CONTACT</b>", "", ""] //create header
ssmItems[10]=["<b>F.A.Q.</b>", "http://www.hostingsolo.com/faq.cgi", "", 1, "no"] //create two column row
ssmItems[11]=["<b>Support</b>", "http://hostingsolo.com/CustomerService.html", "",1]
ssmItems[12]=["<form METHOD='POST' ACTION='http://SearchImport.com/search.cgi'><center><font face='Arial' color='#400040'><b>Search 15 Top Engines</b></font><br><a href='http://www.searchimport.com/'><img src='http://www.searchimport.com/images/Search_Import_Blink2.gif' width='43' height='45' alt='Search Import' border='0'></a><input type='text' name='keywords' size='16'><input type='submit' value='Search'></center></form>", "", ""]
ssmItems[13]=["<b>OUR SITES</b>", "", ""] //create header
ssmItems[14]=["<b>SearchEngineGuy</b>", "http://www.SearchEngineGuy.com", "_new", 1, "no"] //create two column row
ssmItems[15]=["<b>RecipeView</b>", "http://www.RecipeView.com", "_new",1]
ssmItems[16]=["<b>FreeBlast</b>", "http://FreeBlast.com", "_new", 1, "no"] //create two column row
ssmItems[17]=["<b>MonitorTool</b>", "http://MonitorTool.com", "_new",1]
ssmItems[18]=["<b>SubmitSystems</b>", "http://SubmitSystems.com", "_new", 1, "no"]
ssmItems[19]=["<b>SearchImport</b>", "http://searchimport.com", "_new",1]
ssmItems[20]=["<b>A Dedicated IP Address With Every Account!</b>", "", ""] //create header


buildMenu();

//-->


