<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // 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=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="3";
linkBGColor="Green";
linkOverBGColor="Red";
linkTarget="_top";
linkAlign="Left";
barBGColor="";
barFontFamily="Verdana";
barFontSize="3";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText=" M E N U"; // <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]=["Menu"] //create header
ssmItems[1]=["Home", "http://atozformobiles.blogspot.com", ""]
ssmItems[2]=["Contact Us", "http://atozformobiles.wufoo.com/forms/contactus",""]
ssmItems[3]=["Requests", "http://atozformobiles.wufoo.com/forms/requests", ""]
ssmItems[4]=["Link Exchange", "http://atozformobiles.wufoo.com/forms/linkexchange", ""]
ssmItems[5]=["Earn Money", "http://atozformobiles.blogspot.com/2008/10/mginger.html", "_new"]
ssmItems[6]=["Money Generator", "http://blog.atozformobiles.co.cc", "_new"]

ssmItems[7]=["Vote US", "http://www.blogtoplist.com/vote.php?u=96030", "_new", 1, "no"] //create two column row
ssmItems[8]=["Donate", "http://https://www.paypal.com/cgi-bin/webscr?cmd=_flow&SESSION=j_7jK0IvW6y2KfVYg9yCwUwhIGv1YJCZ4ratuNqbggfYT0NCB7cYmvRpyiC&dispatch=5885d80a13c0db1fb6947b0aeae66fdb090c3508df63c7a078883ba93cc8aafe", "_new",1]

buildMenu();

//-->