<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=329; // 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="no"; //this sets whether menu should stay static on the screen
menuWidth=240; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="#000000";
hdrBGColor="#FFFFFF";
hdrAlign="left";
hdrVAlign="top";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText=" <IMG src=\"http://www.allibsus.com/mailpro/images/icon-customer.jpg\" width=\"9\" height=\"161\" alt=\"Customer login\"> "; // <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]=[
	"<form method=\"post\" action=\"login.php\"><table border=\"0\" cellspacing=\"0\" cellpadding=\"3\">"
	+ "<tr><td colspan=\"2\"><br><br><strong>Customer Login</strong><br>"
	+ "Customers can login to download the Mail Pro script.</td></tr>"
	+ "<tr><td>Username:</td><td><input type=\"text\" name=\"username\" size=\"22\"></td></tr>"
	+ "<tr><td>Password:</td><td><input type=\"password\" name=\"password\" size=\"22\"></td></tr>"
	+ "<tr><td colspan=\"2\" align=\"right\"><input type=\"submit\" value=\"Login\"></td></tr>"
	+ "</table></form>"
]

buildMenu();

//-->
