<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=375; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=130; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="tahoma";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#808080";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#f7f7f7";
linkOverBGColor="#f8af05";
linkTarget="_top";
linkAlign="Left";
barBGColor="#f8af05";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SEO PACKAGES"; // <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]=["SELECT YOUR PACKAGE"] //create header
ssmItems[1]=["Basic Package", "basic.php", ""]
ssmItems[2]=["Silver Package", "silver.php",""]
ssmItems[3]=["Gold Package", "gold.php", ""]
ssmItems[4]=["Submission Package", "sempack.php", ""]

ssmItems[5]=["Google AdSense", "gadsense.php", ""]
ssmItems[6]=["Google AdWords", "gadwords.php", ""]

 
buildMenu();

//-->