// 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 //
////////////////////////////////////


timegap=500					// The time delay for menus to remain visible
followspeed=5				// Follow Scrolling speed
followrate=40				// Follow Scrolling Rate
suboffset_top=-72;			// Sub menu offset Top position 
suboffset_left=10;			// Sub menu offset Left position


hlp=[						// Menu Properties Array
"006697",					// Off Font Color
"9ddcf4",					// Off Back Color
"ffffff",					// On Font Color
"006697",					// On Back Color
"006697",					// Border Color
12,							// Font Size
"normal",					// Font Style
"normal",					// Font Weight
"tahoma,helvetica",	// Font
5,							// Padding
"photos/arrow.gif"			// Sub Menu Image
,1							// 3D Border & Separator
,"006697"					// 3D High Color
,"006697"					// 3D Low Color
]
addmenu(menu=[				// This is the array that contains your menu properties and details
"mychat",   				// Menu items Name
132,						// Top
17,  						// left
155,						// Width
1,							// Border Width
,      						// Screen Position - here you can use "center;left;right;middle;top;bottom"
hlp,						// Properties Array - this is set higher up, as above
1,							// Always Visible - allows the menu item to be visible at all time
"left",						// Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
"RandomDissolve(duration=0.5)",		// Filter - Text variable for setting transitional effects on menu activation
1,							// Follow Scrolling - Tells the menu item to follow the user down the screen
, 							// 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
,,,
,"Чаты","show-menu=simplesub1",,,0 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Форумы","show-menu=simplesub2",,,0
,"Линки","show-menu=simplesub3",,,0
,"Музыка","show-menu=simplesub4",,,0
])
	addmenu(menu=["simplesub1",
	,69,105,1,"",hlp,,,"RandomDissolve(duration=0.4)",0,,,,,,,,,,,
	,"Chathona","http://chathona.narod.ru/chat.htm target=new",,,0
	,"Dushanbe Chat","http://28979.chatcity.ru target=new",,,0
	,"Somoni Chat","http://chat.somoni.com target=new",,,0
	,"Tajnet Chat","http://chat.tajnet.com target=new",,,0
	,"Toptj Chat","http://www.toptj.com/chat/login.php target=new",,,0
	,"Infotaj Chat","http://www.infotaj.com/cgi-bin/chat.cgi target=new",,,0	
	])
	addmenu(menu=["simplesub2",
	,69,105,1,"",hlp,,,"RandomDissolve(duration=0.4)",0,,,,,,,,,,,
	,"Dushanbe Forum","http://forum.dushanbe.ru target=new",,,0
	,"Somoni Forum","http://forum.somoni.com target=new",,,0
	,"Infotaj Forum","http://forum.infotaj.com target=new",,,0
	,"Toptj Forum","http://www.toptj.com/phpBB2 target=new",,,0
	,"Chathona","http://chathona.narod.ru target=new",,,0
	])
	addmenu(menu=["simplesub3",
	,69,105,1,"",hlp,,,"RandomDissolve(duration=0.4)",0,,,,,,,,,,,
	,"Клуб Земфиры","http://tajzemf.fromru.com target=new",,,0
	,"Chakhma","http://chakhma.narod.ru/ target=new",,,0
	,"Somoni Portal","http://www.somoni.com target=new",,,0
	,"TopTj rating","http://www.toptj.com target=new",,,0
	,"InfoTaj Portal","http://www.infotaj.com target=new",,,0
	,"Asia Plus","http://ap.infotaj.com target=new",,,0
	,"Internews","http://www.internews.tj target=new",,,0
	,"Tajikistan","http://www.tajikistan.ru target=new",,,0
	])
	addmenu(menu=["simplesub4",
	,69,105,1,"",hlp,,,"RandomDissolve(duration=0.4)",0,,,,,,,,,,,
	,"LiveSound","http://listen.at/livesound target=new",,,0
	,"Tajik music","http://geocities.com/shaitov/tajikmusic.html target=new",,,0
	,"Радио Озоди","http://www.ozodi.org target=new",,,0
	,"Радио Тироз","http://www.tiroz.sugdien.com target=new",,,0
	])
dumpmenus()