City="moscow";
 i=-1;
function makeMeFooterPlease()
{
     $("#footer").append("<div id='copyright'><p>©2001 - 2010 Институт Новых Образовательных Технологий<br/>©2010 - 2011 Центр Инновационных Технологий в Образовании <br/>Заочное образование в ВУЗах Москвы</p><p>Телефон в Москве: (495) 506-85-63<br />Телефон в Санкт-Петербурге: (812) 314-50-01</p></div><div id='footer_menu'><a href='../news.html'>Новости</a>&nbsp;|&nbsp;<a href='../abiturientu.html'>Абитуриенту</a>&nbsp;|&nbsp;<a href='../student.html'>Студенту</a>&nbsp;|&nbsp;<a href='../spec.html'>Направления</a>&nbsp;|&nbsp;<a href='../vuz.html'>Учебные заведения</a>&nbsp;|&nbsp;<a href='../regions.html'>География</a>&nbsp;|&nbsp;<a href='../about.html'>О нас</a>&nbsp;|&nbsp;<a href='../contacts/contact.html'>Контакты</a></div>");
}
function makeMeFooterPleasePartner()
{
     $("#footer").append("<div id='copyright'><br/><br/><p>©2001 - 2010 Институт Новых Образовательных Технологий<br/>©2010 - 2011 Центр Инновационных Технологий в Образовании <br/>Заочное образование в ВУЗах Москвы</p><p>Телефон в Москве: (495) 506-85-63<br />Телефон в Санкт-Петербурге: (812) 314-50-01</p></div><div id='partners'></div><div id='footer_menu'><a href='../news.html'>Новости</a>&nbsp;|&nbsp;<a href='../abiturientu.html'>Абитуриенту</a>&nbsp;|&nbsp;<a href='../student.html'>Студенту</a>&nbsp;|&nbsp;<a href='../spec.html'>Направления</a>&nbsp;|&nbsp;<a href='../vuz.html'>Учебные заведения</a>&nbsp;|&nbsp;<a href='../regions.html'>География</a>&nbsp;|&nbsp;<a href='../about.html'>О нас</a>&nbsp;|&nbsp;<a href='../contacts/contact.html'>Контакты</a></div>");
}

function makeMeHeaderB()
{
    headeR='<div id="top"><div id="logo"><a href="../index.html" style="position:absolute;z-index:5;width:263px;height:110px;" ></a><img onclick=`GoTo("index.html")` src="../img/logo.png"/></div><div id="slog"><img src="../img/slog.png"/></div><ul id="mainmenu"><li><a id="sudentLink" href="../student.html">Студенту</a></li><li><a id="abitLink" href="../abiturientu.html"> Абитуриенту</a></li><li><a id="newsLink" href="../news.html">Новости</a></li><li><a  id="vuzLink" href="../vuz.html">Учебные заведения</a></li><li><a id="specLink" href="../spec.html">Направления</a></li><li><a id="aboutLink" href="../about.html">О нас</a></li><li><a id="contactMenu" href="../contacts/contact.html">Контакты</a></li><li><a id="regionsLink" href="../regions.html">География</a></li></ul></div>';
    headerBottom='<div id="bottom"><p id="ph">телефон в Москве</p><img id="imgph" src="../img/all_ph.png"/><div id="menu3" class="right">   <a href="../spec.html" id="firstBut"><img src="../img/select_spec.png" /></a>    <a href="../contacts/contact.html" id="secondBut"><img src="../img/rest_call.png" /></a><a id="thirdBut"><img src="../img/rest_study.png" /></a></div></div>';
     $("#header").append(headeR+headerBottom);
     $("#menu3 a>img").css({"border":"none"});
}
function Hide(id)
{
	
  if ($("#"+id).is(":hidden"))
  {
  	$("#"+id).show("slow");
  	}
  	else
  	{
  		$("#"+id).hide("slow");
	}
}
function showCity(city)
{
   
    if ($("#"+city+"Text").is(":hidden"))
  {
    if($("#"+City+"Text").is(':visible'))
    {
        $("#"+City+"Text").hide(500);
    }
    $("#"+city+"Text").show(500);
    City=city;
    }
}
function GoTo(link)
{

    window.location=link;
}



