// (c) 2001, eResources (http://www.eResources.com)
// First Release: June 14, 2001
// Purpose: To maintain compatibility between IE and Netscape for the menu on upper right of CCCU v3.0 website

			if (ie) {
				document.write ("" +
						"<table width=\30%\' cellspacing=\'1\' cellpadding=\'2\' align=\'right\' border=\'0\'>" +
						"<tr>" +
						"	<td class=bar1 width=\'15%\' " +
						"	 onMouseOver=\"this.style.backgroundColor=\'#cccccc\'; this.style.color=\'#003366\'; event.srcElement.style.cursor=\'hand\';\"" +
						"	 onMouseOut =\"this.style.backgroundColor=\'#666666\'; this.style.color=\'#ffffff\'; event.srcElement.style.cursor=\'default\';\"" +
						"	 onClick    =\"self.location.href=\'http://migrocenter.ru/index.php\'\">" +
						"		Главная" +
						"	</td>" +
		     			"	<td class=bar1 width=\'15%\' " +
						"	 onMouseOver=\"this.style.backgroundColor=\'#cccccc\'; this.style.color=\'#003366\'; event.srcElement.style.cursor=\'hand\';\"" +
						"	 onMouseOut =\"this.style.backgroundColor=\'#666666\'; this.style.color=\'#ffffff\'; event.srcElement.style.cursor=\'default\';\"" +
						"	 onClick    =\"self.location.href=\'\http://migrocenter.ru/adres.php\'\">" +
						"		Наш адрес" +
						"	</td>" +
						"</tr>" +
						"</table>"	+
						"");
			}
			
