mymenu = new POTMenu
// Defines the size of the main menu items, width and height
mymenu.mainmenuitemsize(79,18)
// Defines the size of the sub menu items, width and height
mymenu.submenuitemsize(100,18)
// Defines the position of the sub menus in relation to the parent
mymenu.submenuplacing(0,0)
// Images that make up the border of the main menu. Optional.
//mymenu.mainborderimages("images/left.gif","images/right.gif","images/top.gif","images/bottom.gif")
// Corners of the images that make up the main menu border.
//mymenu.mainbordercorners("images/topleft.gif","images/topright.gif","images/bottomleft.gif","images/bottomright.gif")
// Left width, right width and height of the top and bottom of the border
mymenu.mainborderdimensions(0,0,0)
// These lines are for the sub menu borders
//mymenu.subborderimages("images/subleft.gif","images/subright.gif","images/subright.gif","images/subright.gif")
//mymenu.subbordercorners("images/subtopleft.gif","images/subtopright.gif","images/subbottomleft.gif","images/subbottomright.gif")
mymenu.subborderdimensions(6,0,0)
// Main menu cell color
mymenu.mainmenucolor("#A5AEE7")
// Sub menu cell color
mymenu.submenucolor("#A5AEE7")
// Graphical "join" between a menu and its sub menu. Optional
mymenu.definejoin("images/join.gif",18)
// Centers text for Netscape 4.7
//mymenu.netscapeadjust(5,5)
// The image that is show between the main menu items
mymenu.definemainspacer("images/menuspacer.gif",1)
// The image that is show between the sub menu items
mymenu.definesubspacer("images/subspacer.gif",1)
// This line is required here
mymenu.startMenu()
// Define the main menu.
mymenu.addMenu("main","<b>Main Menu</b>", "")
mymenu.addMenu("home","home&nbsp;", "main.htm")
mymenu.addMenu("products","products&nbsp;", "products.htm")
mymenu.addMenu("sqrl","Squirrel&nbsp;Ads&nbsp;", "sqrlads.htm")
mymenu.addMenu("downloads","downloads&nbsp;", "")
mymenu.addMenu("store","shop&nbsp;", "http://www.rauckmanutility.com/miva/merchant.mv?Screen=PLST&Store_Code=RUPS")
mymenu.addMenu("faq","FAQ&nbsp;", "")
mymenu.addMenu("contact","contact&nbsp;", "")
mymenu.addMenu("about","about&nbsp;", "aboutrauckman.htm")
mymenu.addMenu("news","news&nbsp;", "news.htm")
mymenu.addMenu("legal","legal stuff&nbsp;", "")
mymenu.addMenu("links","links&nbsp;", "links.htm")
// This line is required after the main menu is defined.
mymenu.showMainMenu()
// Define the sub menus
//mymenu.addSubMenu("links", "placeholder1", "future1", "")
//mymenu.addSubMenu("links", "placeholder2", "future2", "")
//mymenu.addSubMenu("links", "placeholder3", "future3", "")
mymenu.addSubMenu("products", "shield", "Wildlife Shield™", "homewildlife.htm")
mymenu.addSubMenu("products", "meter", "MeterPuller™", "homemeterpuller.htm")
mymenu.addSubMenu("products", "zap", "ZAPshield™", "homezapshield.htm")
mymenu.addSubMenu("products", "bww", "BugWrench™", "homebugw.htm")
mymenu.addSubMenu("products", "otp", "Outage Protection", "homeoutprot.htm")
mymenu.addSubMenu("products", "zpc", "ZAPcover", "homeoutprot.htm")
mymenu.addSubMenu("products", "coc", "Cutout Cover", "homecutout.htm")
mymenu.addSubMenu("products", "ht", "RUP HOLDTAG™", "homeholdtag.htm")
mymenu.addSubMenu("products", "vw", "VoltWitch™", "homevoltwitch.htm")
mymenu.addSubMenu("products", "op", "OutriggerPad", "homeop.htm")
mymenu.addSubMenu("downloads", "dlmeter", "MeterPuller™", "dlmeter.htm")
mymenu.addSubMenu("downloads", "dlshield", "Wildlife Shield™", "dlshield.htm")
mymenu.addSubMenu("downloads", "dlzap", "ZAPshield™", "dlzap.htm")
mymenu.addSubMenu("downloads", "dlvw", "VoltWitch™", "dlvw.htm")
mymenu.addSubMenu("downloads", "dlbw", "BugWrench™", "dlbw.htm")
mymenu.addSubMenu("downloads", "dlop", "OutriggerPad", "dlop.htm")
//mymenu.addSubMenu("store", "storefrnt", "storefront", "http://www.rauckmanutility.com/miva/merchant.mv?Screen=SFNT&Store_Code=RUPS")
mymenu.addSubMenu("store", "products", "shop", "http://www.rauckmanutility.com/miva/merchant.mv?Screen=PLST&Store_Code=RUPS")
mymenu.addSubMenu("store", "login", "login", "http://www.rauckmanutility.com/miva/merchant.mv?Screen=LOGN&Store_Code=RUPS")
mymenu.addSubMenu("store", "basket", "basket", "http://www.rauckmanutility.com/miva/merchant.mv?Screen=BASK&Store_Code=RUPS")
mymenu.addSubMenu("store", "login", "checkout", "http://www.rauckmanutility.com/miva/merchant.mv?Screen=OINF&Store_Code=RUPS")
mymenu.addSubMenu("faq", "", "MeterPuller™", "faqmeter.htm")
mymenu.addSubMenu("faq", "", "Wildlife Shield™", "faqwild.htm")
mymenu.addSubMenu("faq", "", "ZAPshield™", "faqzap.htm")
mymenu.addSubMenu("faq", "", "VoltWitch™", "faqvw.htm")
mymenu.addSubMenu("faq", "", "BugWrench™", "faqbug.htm")
mymenu.addSubMenu("faq", "", "OutriggerPad", "faqop.htm")
mymenu.addSubMenu("contact", "contactall", "contact us", "contact.htm")
mymenu.addSubMenu("contact", "", "request info", "needinfo.htm")
mymenu.addSubMenu("contact", "", "request sample", "needinfo.htm")
mymenu.addSubMenu("contact", "", "feedback", "needinfo.htm")
//mymenu.addSubMenu("about", "", "Rauckman Utility", "aboutrauckman.htm")
//mymenu.addSubMenu("about", "", "MeterPuller™", "aboutmeter.htm")
//mymenu.addSubMenu("about", "", "Wildlife Shield™", "aboutshield.htm")
//mymenu.addSubMenu("about", "", "ZAPshield™", "aboutzap.htm")
//mymenu.addSubMenu("about", "", "VoltWitch™", "aboutvw.htm")
//mymenu.addSubMenu("about", "", "BugWrench™", "aboutbw.htm")
//mymenu.addSubMenu("news", "newsmeter", "MeterPuller™", "newsmeter.htm")
//mymenu.addSubMenu("news", "newsshield", "Wildlife Shield™", "newsshield.htm")
//mymenu.addSubMenu("news", "newszap", "ZAPshield™", "newszap.htm")
//mymenu.addSubMenu("news", "newsvw", "VoltWitch™", "newsvw.htm")
//mymenu.addSubMenu("news", "newsbw", "BugWrench™", "newsbw.htm")
mymenu.addSubMenu("legal", "confidenciality", "confidentiality", "confide.htm")
mymenu.addSubMenu("legal", "terms", "terms of use", "terms.htm")
mymenu.addSubMenu("legal", "T&C", "T&C of sale", "tandc.htm")
mymenu.addSubMenu("legal", "warranty", "warranty", "warranty.htm")
mymenu.addSubMenu("meter", "", "Indust. / comm.", "metercom.htm")
mymenu.addSubMenu("meter", "", "Residential", "meterres.htm")
//mymenu.addSubMenu("shield", "", "Substation", "wlshldsub.htm")
//mymenu.addSubMenu("shield", "", "Distribution", "wlshlddis.htm")
mymenu.addSubMenu("contactall", "", "Factory", "contact.htm")
mymenu.addSubMenu("contactall", "", "Sales Reps", "contact.htm#reps")
//mymenu.addSubMenu("dlmeter", "", "brochures", "dlmeter.htm#brochure")
//mymenu.addSubMenu("dlmeter", "", "specifications", "dlmeter.htm#specs")
//mymenu.addSubMenu("dlmeter", "", "???????", "dlmeter.htm#?????")
//mymenu.addSubMenu("dlshield", "", "brochures", "dlshield.htm#brochure")
//mymenu.addSubMenu("dlshield", "", "specifications", "dlshield.htm#specs")
//mymenu.addSubMenu("dlshield", "", "instructions", "dlshield.htm#instructions")
//mymenu.addSubMenu("dlshield", "", "test reports", "dlshield.htm#test")
//mymenu.addSubMenu("dlshield", "", "articles", "dlshield.htm#article")
//mymenu.addSubMenu("dlshield", "", "???????????", "dlshield.htm#?????")

//mymenu.addSubMenu("placeholder1", "rhvsproducts", "XXXXX", "http://www.rauckman.com/")
//mymenu.addSubMenu("placeholder1", "", "YYYYY", "")

//mymenu.addSubMenu("placeholder2", "", "ABCABCABC", "")
//mymenu.addSubMenu("placeholder2", "", "NBCNBCNBC", "")

//mymenu.addSubMenu("placeholder3", "", "TBDTBDTBD", "")
//mymenu.addSubMenu("placeholder3", "", "MNOMNOMNO", "http://www.bizpronet.com/#hyper")
//mymenu.addSubMenu("placeholder3", "", "RSTRSTRST", "")

//mymenu.addSubMenu("rhvsproducts", "", "RHVS Products", "here.htm")

// This line is required after all menu definitions are finished
mymenu.showMenu()
