// id, dir, left, top, width, height
// Netscape
//if(navigator.appName == "Netscape"){
	new menus("aboutdsdc", "right", 270, 295, 250, 300)
	new menus("news", "right", 270, 325, 250, 300)
	new menus("events", "right", 270, 352, 250, 300)
	new menus("history", "right", 270, 390, 250, 300)
	new menus("bus_rest", "right", 270, 420, 250, 300)
	new menus("bus_dev", "right", 270, 485, 250, 300)
	new menus("props", "right", 270, 515, 250, 300)
	new menus("join_friends", "right", 270, 545, 250, 300)
	new menus("gift_shop", "right", 270, 580, 250, 300)
//	}
// IE
//	else if(navigator.appName == "Microsoft Internet Explorer"){
//	new menus("aboutdsdc", "right", 155, 175, 175, 300)
//	}
// Opera
//	else if(navigator.appName == "Opera"){
//	new menus("aboutdsdc", "right", 155, 175, 175, 300)
//	}
// other
//	else{
//	new menus("aboutdsdc", "right", 155, 175, 175, 300)
//	}