City="piter";
 i=-1;
function makeMeFooterPlease()
{
    
     $("#footer").append("<div id='copyright'><p> ©2001 - 2010 Институт Новых Образовательных Технологий <br/>Заочное образование в ВУЗах Москвы</p><p>Телефон в Москве:(495) 506 85 63</p></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/student.html">Студенту</a></li><li><a> Абитуриенту</a></li><li><a id="specLink" href="spec.html">Специальности</a></li><li><a id="newsLink" href="news.html">Новости</a></li><li><a id="regionsLink" href="regions.html">Регионы</a></li><li><a  id="vuzLink" href="vuz.html">Учебные заведения</a></li><li><a id="aboutLink" href="../about.html">Об институте</a></li><li><a id="contactMenu" href="contacts/contact.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 id="firstBut" href="spec.html"><img src="img/select_spec.png" /></a>    <a id="secondBut" href="contacts/contact.html"><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;
}


