/*** 
This is the menu creation code - place it right after your body tag
Feel free to add this to a stand-alone js file and link it to your page.
**/


var oM=new makeCM("oM")
oM.pxBetween=0
oM.fromTop=180
oM.fromLeft=10
oM.menuPlacement="center"
oM.wait=600
oM.fillImg="cm_fill.gif"
oM.zIndex=100 
oM.resizeCheck=1
oM.zIndex=100  


oM.onlineRoot="http://www.schwabcorp.com/"
oM.offlineRoot="file:///C|/a Johnny/Schwab/images/"
oM.resizeCheck=0


oM.rows=1


//Background bar properties
oM.useBar=0
oM.barWidth="100%" 
oM.barHeight="menu"
oM.barX=0
oM.barY="menu"
oM.barClass="clBar" 
oM.barBorderX=0
oM.barBorderY=0
oM.barBorderClass="clB3"




//Level properties
//Syntax for fast creation (advanced users only)
//oM.level[1]=new cm_makeLevel(width,height,regClass,overClass,borderX,borderY,borderClass,rows,align,offsetX,offsetY,arrow,arrowWidth,arrowHeight)


oM.level[0]=new cm_makeLevel()
oM.level[0].width=120
oM.level[0].height=20
oM.level[0].regClass="clT" 
oM.level[0].overClass="clTover"  
oM.level[0].borderX=1
oM.level[0].borderY=1
oM.level[0].borderClass="clB2" 
oM.level[0].rows=0
oM.level[0].align="right"
oM.level[0].offsetX=0
oM.level[0].offsetY=0
oM.level[0].arrow=0
oM.level[0].arrowWidth=0
oM.level[0].arrowHeight=0
oM.level[0].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.5)"


oM.level[1]=new cm_makeLevel()
oM.level[1].width=120
oM.level[1].height=null
oM.level[1].regClass="clS" 
oM.level[1].overClass="clSover" 
oM.level[1].borderX=1
oM.level[1].borderY=1
oM.level[1].borderClass="clB1"
oM.level[1].align="cottomright"
oM.level[1].rows=0
oM.level[1].arrow="menu_arrow.gif"
oM.level[1].arrowWidth=10
oM.level[1].arrowHeight=10
oM.level[1].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.5)"






/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/






oM.makeMenu('top0','','','','',108,18,'search.jpg','search_.jpg','','',"right")	
	oM.makeMenu('0sub10','top0','&nbsp; Lateral File Cabinets','','',150,15)
			oM.makeMenu('a','0sub10','&nbsp; 43" & 36" Wide Lateral','series_5000_lateral_file_cabinet.htm','',165,15)
			oM.makeMenu('b','0sub10','&nbsp; Side Tab / End Tab Lateral ','/File_Cabinets/side_tab_end_tab.htm','',165,15)			
	oM.makeMenu('0sub11','top0','&nbsp; Vertical File Cabinets','schwab_cabinets.htm','',150,15)
			oM.makeMenu('aa','0sub11','&nbsp; Series 5000 31" Vertical','series_5000_vertical_cabinet.htm','',165,15)
			oM.makeMenu('bb','0sub11','&nbsp; Series 2500 25" Vertical ','/File_Cabinets/schwab_series_2500_filing.htm','',165,15)	
			oM.makeMenu('cc','0sub11','&nbsp; HERO® 20" Vertical ','File_Cabinets/hero_small_office_filing.htm','',165,15)
			oM.makeMenu('dd','0sub11','&nbsp; TRIDENT™ Water Resistant ','File_Cabinets/schwab_trident%20series_5000.htm','',165,15)
			oM.makeMenu('ee','0sub11','&nbsp; Mixed Media Filing ','File_Cabinets/mixed_media_storage_filing.htm','',165,15)
			oM.makeMenu('ff','0sub11','&nbsp; Media Manager','File_Cabinets/media_manager.htm','',165,15)
	oM.makeMenu('0sub12','top0','&nbsp; Record Safes','Safes_Pages/fireguard_fire_resistant_safe.htm','',150,15)
	oM.makeMenu('0sub13','top0','&nbsp; Record Cabinets','Cabinets_Pages/schwab_fireproof_record_cabinet.htm','',150,15)
	oM.makeMenu('0sub14','top0','&nbsp; Media Safes','Safes_Pages/schwab_fire_resistant_media.htm','',150,15)
	oM.makeMenu('0sub15','top0','&nbsp; Media Cabinets','Cabinets_Pages/schwab_fireproof_media_cabinet.htm','',150,15)
	oM.makeMenu('0sub16','top0','&nbsp; DataFORTRESS','Safes_Pages/schwab_datafortress_safe.htm','',150,15)
	oM.makeMenu('0sub17','top0','&nbsp; Vault Doors','Vault_Doors/schwab_vault_doors.htm','',150,15)
	oM.makeMenu('0sub18','top0','&nbsp; Media COOLER','File_Cabinets/schwab_media_cooler.htm','',150,15)
	oM.makeMenu('0sub19','top0','&nbsp; Contact Us','contact_us.htm','',150,15)
	oM.makeMenu('0sub20','top0','&nbsp; Technical Support','technical_support.htm','',150,15)
	oM.makeMenu('0sub21','top0','&nbsp; UL® Ratings Guide','File_Cabinets/ul_listing_rating_guide.htm','',150,15)
	oM.makeMenu('0sub22','top0','&nbsp; FAQs','faqs.htm','',150,15)
	oM.makeMenu('0sub23','top0','&nbsp; Site Map','site_map.htm','',150,15)


	


oM.construct()




//Extra test code to customize the CoolMenus - moving the items to totally different positions:
oM.m["top0"].b.moveIt(0,359)
//oM.m["top1"].b.moveIt(0,215)
//oM.m["top2"].b.moveIt(0,233)
//oM.m["top3"].b.moveIt(0,251)
//oM.m["top4"].b.moveIt(0,269)
//oM.m["top5"].b.moveIt(0,287)
//oM.m["top6"].b.moveIt(0,305)
//oM.m["top7"].b.moveIt(0,323)
//oM.m["top8"].b.moveIt(0,341)
//oM.m["top9"].b.moveIt(0,359)
//oM.m["top10"].b.moveIt(0,395)
//oM.m["top11"].b.moveIt(0,413)