<!--


YOffset=10; // no quotes!!
staticYOffset=20; // 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="black";
menuIsStatic="yes";
menuWidth=220; // Must be a multiple of 10! no quotes!!
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="gray";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#e6e6ff";
linkOverBGColor="skyblue";
linkTarget="_top";
linkAlign="Left";
//barBGColor="#FF4400";
barBGColor="#0000FF";
barFontFamily="verdana";
barFontSize="2";
barFontColor="#ffffff";
barVAlign="center";
barWidth=20; // no quotes!!

startMenu("Menu", "M E N U")
addItem("Home page", "default.asp", "");
addItem("About Ramco Industries", "about_ramco_industries.asp", "");
addItem("Company Profile", "about_ramco_industries.asp", "");
addItem("Shareholders", "investors.asp", "");
addItem("Investors", "investors.asp", "");
addItem("Sri Ramco Spinners", "ramcospinners.asp", "");
addItem("Wind Farms", "windfarms.asp", "");
//addItem("Manufacturing Process", "ramco_industries_manufacture.asp", "");
addItem("Quality Control at Ramco", "ramco_industries_quality.asp", "");
addItem("Facts on Asbestos", "facts_on_asbestos.asp", "");
addItem("Office Locations", "office_locations.asp", "");
addItem("Contact Us / Feedback", "contact_feedback.asp", "");
addItem("Career / Jobs", "career_jobs.asp", "");
addHdr("Products");
addItem("Ramco Range of Products", "products.asp", "");
addItem("Ramco Fibre Cement Sheets", "products_sheets.asp", "");
addItem("Roofing Accessories", "products_access.asp", "");
addItem("Pressure Pipes", "products_pipes.asp", "");
addItem("Hilux - Calcium Silicate Boards", "products_hilux.asp", "");
addItem("Products Photo Gallery", "gallery.asp", "");
endMenu()

//-->