// The following line is critical for menu operation, and must appear only once.
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)
}
//Please leave the above line intact

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////


effect = "Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#000000', Direction=10, Strength=0)" // Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters

timegap=500					// The time delay for menus to remain visible
followspeed=5				// Follow Scrolling speed
followrate=40				// Follow Scrolling Rate
suboffset_top=0;			// Sub menu offset Top position 
suboffset_left=0;			// Sub menu offset Left position


plain_style=[				// Menu Properties Array
"FFFFFF",					// Off Font Color
'BAAD9E',					// Off Back Color  C9C8BE
"000000",					// On Font Color
"FFFFFF",					// On Back Color
"BAAD9E",					// Border Color
10,							// Font Size
"normal",					// Font Style
"normal",						// Font Weight
"Verdana",	// Font
4,							// Padding
"images/arrow.gif"			// Sub Menu Image
,							// 3D Border & Separator
,					// 3D High Color
,					// 3D Low Color
]


addmenu(menu=[				// This is the array that contains your menu properties and details
"simplemenu1",				// Menu items Name
25,	  						// Top
0, 						// left
109,						// Width
0,							// Border Width
"center",							// Screen Position - here you can use "center;left;right;middle;top;bottom"
plain_style,				// 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
0,							// 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
,							// Reserved for future use
,							// Reserved for future use
,,,
//,"BACK","javascript:history.back(1)",,,1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Home","http://www.closetsnow.com/index.htm",,,1
,"Photo Gallery","show-menu=photogal_options",,,1
,"About Us","show-menu=about_options",,,1
,"Organization Solutions","show-menu=organization_options",,,1
,"Our Design Process","show-menu=design_options",,,1
,"Quality","http://www.closetsnow.com/web09/quality.htm",,,1
,"Make an Appointment","http://www.closetsnow.com/web09/appointment.htm",,,0

])

addmenu(menu=["photogal_options",
,,109,1,"",plain_style,,"left",effect,,,,,,,,,,,,
//,"About Us","http://www.closetsnow.com/web09/about.htm",,,1
,"Closets","http://www.closetsnow.com/web09/closetsgal.htm",,,1
,"Home Office","http://www.closetsnow.com/web09/hogal.htm",,,1
,"Garages","http://www.closetsnow.com/web09/garagegal.htm",,,1
,"Media Centers","http://www.closetsnow.com/web09/mcgal.htm",,,1
//,"Project Assignment","Scheduling_list.htm",,,1
])


addmenu(menu=["about_options",
,,109,1,"",plain_style,,"left",effect,,,,,,,,,,,,
//,"About Us","http://www.closetsnow.com/web09/about.htm",,,1
,"Company","http://www.closetsnow.com/web09/company.htm",,,1
,"Factory Showroom","http://www.closetsnow.com/web09/showroom.htm",,,1
,"Contact Us","http://www.closetsnow.com/web09/contact.htm",,,1
,"FAQs","http://www.closetsnow.com/web09/faqs.htm",,,1
//,"Project Assignment","Scheduling_list.htm",,,1
])

addmenu(menu=["organization_options",
,,109,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"Organization Solutions","http://www.closetsnow.com/web09/orgsol.htm",,,1
,"Custom Closets","http://www.closetsnow.com/web09/customclosets.htm",,,1
,"Home Office","http://www.closetsnow.com/web09/homeoffice.htm",,,1
,"Entertainment Centers","http://www.closetsnow.com/web09/ec.htm",,,1
,"Laundary Rooms","http://www.closetsnow.com/web09/laundary.htm",,,1
,"Garages","http://www.closetsnow.com/web09/garages.htm",,,1
//,"Project Assignment","Scheduling_list.htm",,,1
])

addmenu(menu=["design_options",
,,109,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"Design Process","http://www.closetsnow.com/web09/design.htm",,,1
,"Assessing Your Needs","http://www.closetsnow.com/web09/AssessNeeds.htm",,,1
,"Creating a custom solution","http://www.closetsnow.com/web09/CreateSolution.htm",,,1
,"Choosing Your Personal Style","http://www.closetsnow.com/web09/ChooseStyle.htm",,,1
,"Custom Building and Installation","http://www.closetsnow.com/web09/CustomBuild.htm",,,1
//,"Project Assignment","Scheduling_list.htm",,,1
])



addmenu(menu=["admin_options",
,,109,1,"",plain_style,,"left",effect,,,,,,,,,,,,
])



dumpmenus()

function logout()
{
window.open("index.asp");
}

function callp()
{
alert('This Option will allow you to Export Personnel Data to an Excel file.');
}

function callap()
{
alert('This Option will allow you to Export All Projects Data to an Excel file.');
}

function calldp()
{
alert('This Option will allow you to Export Detail Projects Data to an Excel file.');
}
