<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=160; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=10 // 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=300; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="arial";
hdrFontSize="2";
hdrFontColor="FFFF00";
hdrBGColor="000066";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="0";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="center";
barBGColor="FFFF00";
barFontFamily="arial";
barFontSize="1";
barFontColor="black";
barVAlign="center";
barWidth=10; // no quotes!!
barText=" SLIDE OUT "; // <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]=["CALL 806-435-8532"] //create header
ssmItems[1]=["Use Perryton.com to promote your business" ]
ssmItems[2]=["Advertise in Sponsered Local Directory "] //create header
ssmItems[3]=["CLICK HERE to E-Mail Webmaster", "mailto:webmaster@on-lines.net", ""]

buildMenu();

//-->
