timegap=500
followspeed=5
followrate=40
suboffset_top=1;
suboffset_left=2;

effect = "fade(duration=0.3);Shadow(color='#777777', Direction=135, Strength=7)"

function openwin(url)
{
        nwin=window.open(url, "nwin",config="scrollbars=yes,resizable=yes,toolbar=yes,location=yes,status=yes,menubar=yes,");
        nwin.focus();
}

prop1=[                                                // prop1 is an array of properties you can have as many property arrays as you need
"FFFFFF",//"B0A898",                                        // Off Font Color
"FF0000",//"FFAD33",                                        // Off Back Color
"FFFFFF",//"B0A898",//"FFAD33",                                        // On Font Color
"FF0000",//"007C80",                                        // On Back Color
"FFFFFF",//"B0A898",                                        // Border Color
9,                                                        // Font Size
"bold",                                        // Font Style
"bold",                                        // Font Weight
"Verdana",        // Font
4,                                                        // Padding
"arrow.gif",                                // Sub Menu Image
0,                                                        // 3D Border & Separator
"000000",                                        // 3D High Color
"000000",                                        // 3D Low Color
"",                                        // Referer item Font Color (leave this blank to disable)
"",                                        // Referer item Back Color (leave this blank to disable)
]
menu1=[                                // This is the array that contains your menu properties and details
38,                                        // Top
0,                                        // left
120,                                        // Width
1,                                        // Border Width
"left",                        // Screen Position - here you can use "center;middle;right"
prop1,                                // Properties Array - this is set higher up, as above
1,                                        // Always Visible - allows the menu item to be visible at all time
"center",                        // Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
,                                        // Filter - Text variable for setting transitional effects on menu activation
,                                        // Follow Scrolling - Tells the menu item to follow the user down the screen
1,                                         // Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
,                                        // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
,                                        // Position of sub image left:center:right:middle:top:bottom
,                                        // Show an image on top menu bars indicating a sub menu exists below
,                                        // Reserved for future use
"HOME","home.htm",,"Home",0,
"PROFILE","show-menu3",,"Profile",0,// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"PRODUCTS","show-menu2",,"Products",0,
"NETWORK","network.htm",,"Network",0,
"WHAT'S NEW ?","news.htm",,"Whats New?",0,
"CONTACT","contact.htm",,"Contact",0
]

menu2=[
,,120,1,"",prop1,,"left",effect,,,,,,,
"CORELLE","show-menu4","corelle.htm","Corelle",0,
"CORNINGWARE","show-menu5","corningware.htm","Corningware",0,
"PYREX","show-menu6","pyrex.htm","Pyrex",0,
"VISIONS","show-menu7","visions.htm","Visions",0,
"OTHER PRODUCTS","show-menu8","other.htm","Other",0
]

        menu3=[
        ,,120,1,"",prop1,,"left",effect,,,,,,,
             "ABOUT US","aboutus.htm",,,0,
             "CLIENTELE","clientele.htm",,,0
        ]

menu4=[
,,120,1,"",prop1,,"",effect,,,,,,,
"WHY CORELLE ?", "corelle-in.htm",,,0
//"Enquiry Form", "enquiryform.htm",,,0
]

menu5=[,,140,1,"",prop1,,"left",effect,,,,,,,
"WHY CORNINGWARE ?", "corningware-in.htm",,,0
]

menu6=[
,,140,1,"",prop1,,"",effect,,,,,,,
"WHY PYREX ?", "pyrex-in.htm",,,0
]
menu7=[
,,140,1,"",prop1,,"",effect,,,,,,,
"WHY VISIONS ?", "vision-in.htm",,,0
]
menu8=[
,,140,1,"",prop1,,"",effect,,,,,,,
"I.B.S. DESIGN", "ibs.htm",,,0
]
