if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)"
}

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)}


style1=[					// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"cccccc",					// Mouse Off Font Color
"336699",					// Mouse Off Background Color
"ffffff",					// Mouse On Font Color
"003366",					// Mouse On Background Color
"003366",					// Menu Border Color
"11px",							// Font Size in pixels
"normal",					// Font Style (italic or normal)
"bold",						// Font Weight (bold or normal)
"Verdana, Tahoma, Arial, Helvetica, sans-serif;",	// Font Name
5,							// Menu Item Padding
"",			// Sub Menu Image (Leave this blank if not needed)
,							// 3D Border & Separator bar
"66ffff",					// 3D High Color
"000099",					// 3D Low Color
,							// Referer Item Font Color (leave this blank to disable)
,							// Referer Item Background Color (leave this blank to disable)
"",				// Top Bar image (Leave this blank to disable)
"ffffff",					// Menu Header Font Color (Leave blank if headers are not needed)
"000099",					// Menu Header Background Color (Leave blank if headers are not needed)
]



//effect2 = "Alpha( style=0,opacity=65)"
//effect=""


addmenu(menu=[
"sidemenu",
168,
10,
140,
,
,
style1,
1,
"left",
effect,
1,
,
,
,
,
,
,
,
,
,
,
,"Home","home.htm",,,1
,"Profile","profile.htm",,,1
,"History","history.htm",,,1
,"Buying Tips","buying_tips.htm",,,1
,"Care of Rugs","care_rugs.htm",,,1
,"Shop Rugs Online","products/index.htm",,,1
,"Catalog/Gallery","catalog.htm",,,1
,"Contact Us","contacts.htm",,,1
])

dumpmenus();