if (IE) {document.write('<DIV ID="ssm2" style="visibility:hidden;Position : Absolute ;Left : 0px ;Top : '+YOffset+'px ;Z-Index : 20;width:1px" onmouseover="moveOut()" onmouseout="moveBack()">')}
if (NS) {document.write('<LAYER visibility="hide" top="'+YOffset+'" name="ssm2" bgcolor="'+menuBGColor+'" left="0" onmouseover="moveOut()" onmouseout="moveBack()">')}
tempBar=""
for (i=0;i<barText.length;i++) {
tempBar+=barText.substring(i, i+1)+"<BR>"}
document.write('<table border="0" cellpadding="0" cellspacing="1" width="'+(menuWidth+16+2)+'" bgcolor="'+menuBGColor+'"><tr><td bgcolor="'+hdrBGColor+'" WIDTH="'+menuWidth+'">&nbsp;<font face="'+hdrFontFamily+'" Size="'+hdrFontSize+'" COLOR="'+hdrFontColor+'"><b>'+menuHeader+'</b></font></td><td align="center" rowspan="100" width="16" bgcolor="'+barBGColor+'"><p align="center"><font face="'+barFontFamily+'" Size="'+barFontSize+'" COLOR="'+barFontColor+'"><B>'+tempBar+'</B></font></p></TD></tr>')
function addItem(text, link, target) {
if (!target) {target=linkTarget}
document.write('<TR><TD BGCOLOR="'+linkBGColor+'" onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'"><ILAYER><LAYER onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'" WIDTH="100%"><FONT face="'+linkFontFamily+'" Size="'+linkFontSize+'">&nbsp;<A HREF="'+link+'" target="'+target+'" CLASS="ssm2Items">'+text+'</A></FONT></LAYER></ILAYER></TD></TR>')}
function addHdr(text) {
document.write('<tr><td bgcolor="'+hdrBGColor+'" WIDTH="140">&nbsp;<font face="'+hdrFontFamily+'" Size="'+hdrFontSize+'" COLOR="'+hdrFontColor+'"><b>'+text+'</b></font></td></tr>')}

//Only edit the script between HERE

addItem('Tanning Packages', '#tanpkgs', '');
addItem('Paraffin Treatment', 'index1.html', '');
addItem('Body Massage', '#bodymassage', '');
addItem('Specials', '#specials', '');
addItem('Lotions', '#lotions', '');
addItem('Smart Tanning', 'index5.html', '');
addHdr('Miscellaneous');
addItem('Driving Directions', 'http://maps.yahoo.com/py/ddResults.py?Pyt=Typ&tarname=Sun+Wolff+Tanning&tardesc=%28410%29+859-9786&newname=&newdesc=&newHash=&newTHash=&ypHash=1849728317&ypTHash=672019364&tlt=39.2003&tln=-76.6552&slt=39.208302&sln=-76.661499&newFL=Use+Address+Below&newaddr=BWI&newcsz=Linthicum+Heights%2C+MD+21090&newcountry=us&newTFL=Use+Address+Below&newtaddr=529+S+Camp+Meade+Rd+%23+B107&newtcsz=Linthicum+Heights%2C+MD+21090&newtcountry=us&Get%A0Directions=Get+Directions', '_blank');
addItem('Current Time and Weather', 'index3.html', '');
addItem('Gift Certificates', '#gift', '');
addItem('Online Coupons', '#coupons', '');
addItem('Contact Us', 'contact.htm', '');
addItem('Other local business', '#bus', '');


// and HERE! No more!

document.write('<tr><td bgcolor="'+hdrBGColor+'"><font size="0" face="Arial">&nbsp;</font></td></TR></table>')
if (IE) {document.write('</DIV>')}
if (NS) {document.write('</LAYER>')}
if ((IE||NS) && (menuIsStatic=="yes"&&staticMode)) {makeStatic(staticMode);}