// id, dir, left, top, width, height
// Netscape
//if(navigator.appName == "Netscape"){
	new menus("aboutdsdc", "right", 270, 447, 250, 300)
	new menus("news", "right", 270, 475, 250, 300)
	new menus("events", "right", 270, 512, 250, 300)
	new menus("history", "right", 270, 545, 250, 300)
	new menus("bus_rest", "right", 270, 575, 250, 300)
	new menus("bus_dev", "right", 270, 640, 250, 300)
	new menus("props", "right", 270, 672, 250, 300)
	new menus("join_friends", "right", 270, 702, 250, 300)
	new menus("gift_shop", "right", 270, 728, 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)
//	}