<!--


YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; 
slideSpeed=20; 
waitTime=100; 
menuBGColor="000000";
menuIsStatic="yes"; 
menuWidth=200;
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#000000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FF9900";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000";
barFontFamily="BankGothic Md BT";
barFontSize="2";
barFontColor="White";
barVAlign="center";
barWidth=22; // no quotes!!
barText="LINKS"; // <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", "index.htm", ""]
ssmItems[2]=["Profile", "mfProfile.htm",""]
ssmItems[3]=["Products"]
ssmItems[4]=["Pharmaceutical Disinfection", "mfPharma.htm", ""] //create two column row
ssmItems[5]=["Hospital Infection Control", "mfHospital.htm", ""]
ssmItems[6]=["Customers"]
ssmItems[7]=["Pharmaceutical- Domestic", "mfClientele_pharma.htm","",1,"no"]
ssmItems[8]=["Pharmaceutical- International", "mfClientele_int.htm","",1]
ssmItems[9]=["Hospital", "mfClientele_hospitals.htm",""]
ssmItems[10]=[" "]
ssmItems[11]=["Certification", "mfCertification.htm", ""]
ssmItems[12]=["Contact Us", "mfContact.htm",""]

buildMenu();

//-->
