<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=135; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="blue";
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="#0000FF";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#0000FF";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MENU BAR"; // <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]=["Take Me Home", "index.htm", ""]
ssmItems[2]=["Dvd Services", "dvd_serv.htm",""]
ssmItems[3]=["Tape Duplication", "tape_dup.htm", ""]
ssmItems[4]=["CD Replication", "cd_rep.htm", "_new"]
ssmItems[5]=["CDR Duplication", "cdr_dup.htm", ""]
ssmItems[6]=["Blank Cassettes", "blnk_cass.htm", ""]
ssmItems[7]=["Mastering Services", "mast.htm", ""]
ssmItems[8]=["Printing/Packaging", "pnt_pkg.htm", ""]
ssmItems[9]=["Video Duplication", "vid_dup.htm", ""]
ssmItems[10]=["Ftp Uploads", "ftp.htm", ""] 
ssmItems[11]=["Photo Gallery", "ptogal/index1.html", "_blank", ""]
ssmItems[12]=["Email Us Today", "mailto:sales6@sarecording.com", ""]


buildMenu();

//-->
