// (c) 2001, eResources (http://www.eResources.com)
// First Released: June 14, 2001
// Purpose: To maintain compatibility between IE and Netscape for the menu on top of CCCU v3.0 website

			if (ie) {
				document.write ("" +
						"<table width=\'100%\' cellspacing=\'1\' cellpadding=\'2\' border=\'0\'>" + 
						"<tr>" + 
						"	<td class=bar2 width=\'12%\'" + 
						"	 onMouseOver=\"this.style.backgroundColor=\'#DDDDDD\'; event.srcElement.style.cursor=\'hand\';\"" + 
						"	 onMouseOut =\"this.style.backgroundColor=\'#CCCC99\'; event.srcElement.style.cursor=\'default\';\"" + 
						"	 onClick    =\"self.location.href=\'http://migrocenter.ru/news.php\'\">" + 
						"		Новости" + 
						"	</td>" + 
						"	<td class=bar2 width=\'12%\'" + 
						"	 onMouseOver=\"this.style.backgroundColor=\'#DDDDDD\'; event.srcElement.style.cursor=\'hand\';\"" + 
						"	 onMouseOut =\"this.style.backgroundColor=\'#CCCC99\'; event.srcElement.style.cursor=\'default\';\"" + 
						"	 onClick    =\"self.location.href=\'http://migrocenter.ru/center/center.php\'\">" + 
						"		О Центре" + 
						"	</td>" + 
						"	<td class=bar2 width=\'12%\'" + 
						"	 onMouseOver=\"this.style.backgroundColor=\'#DDDDDD\'; event.srcElement.style.cursor=\'hand\';\"" + 
						"	 onMouseOut =\"this.style.backgroundColor=\'#CCCC99\'; event.srcElement.style.cursor=\'default\';\"" + 
						"	 onClick    =\"self.location.href=\'http://migrocenter.ru/proekt.php\'\">" + 
						"		Проекты" + 
						"	</td>" + 
						"	<td class=bar2 width=\'12%\'" + 
						"	 onMouseOver=\"this.style.backgroundColor=\'#DDDDDD\'; event.srcElement.style.cursor=\'hand\';\"" + 
						"	 onMouseOut =\"this.style.backgroundColor=\'#CCCC99\'; event.srcElement.style.cursor=\'default\';\"" + 
						"	 onClick    =\"self.location.href=\'http://migrocenter.ru/publ/publ.php\'\">" + 
						"		Публикации" + 
						"	</td>" + 
						"	<td class=bar2 width=\'12%\'" + 
						"	 onMouseOver=\"this.style.backgroundColor=\'#DDDDDD\'; event.srcElement.style.cursor=\'hand\';\"" + 
						"	 onMouseOut =\"this.style.backgroundColor=\'#CCCC99\'; event.srcElement.style.cursor=\'default\';\"" + 
						"	 onClick    =\"self.location.href=\'http://migrocenter.ru/konfer.php'\">" + 
						"		Конференции" + 
						"	</td>" + 
						"	<td class=bar2 width=\'12%\'" + 
						"	 onMouseOver=\"this.style.backgroundColor=\'#DDDDDD\'; event.srcElement.style.cursor=\'hand\';\"" + 
						"	 onMouseOut =\"this.style.backgroundColor=\'#CCCC99\'; event.srcElement.style.cursor=\'default\';\"" + 
						"	  onClick    =\"self.location.href=\'http://migrocenter.ru/partnery01.php'\">" + 
						"		Партнеры" + 
						"	</td>" + 
						"	<td class=bar2 width=\'12%\'" + 
						"	 onMouseOver=\"this.style.backgroundColor=\'#DDDDDD\'; event.srcElement.style.cursor=\'hand\';\"" + 
						"	 onMouseOut =\"this.style.backgroundColor=\'#CCCC99\'; event.srcElement.style.cursor=\'default\';\"" + 
						"	  onClick    =\"self.location.href=\'http://migrocenter.ru/science/science.php'\">" + 
						"		Миграция и наука" + 
						"	<td class=bar2 width=\'12%\'" + 
						"	 onMouseOver=\"this.style.backgroundColor=\'#DDDDDD\'; event.srcElement.style.cursor=\'hand\';\"" + 
						"	 onMouseOut =\"this.style.backgroundColor=\'#CCCC99\'; event.srcElement.style.cursor=\'default\';\"" + 
						"	  onClick    =\"self.location.href=\'http://migrocenter.ru/gender/gender.php'\">" + 
						"		Миграция и  Гендер" + 
						"	</td>" + 
						"</tr>" +
						"</table>" +
						"");
			}
			

