
function newWnd(href) {
  infWnd = window.open(href, 'NewWindow', 'width=600,height=500,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=no,directories=no');
  infWnd.focus();
}
function cofeeSaleWnd(href) {
  infWnd = window.open(href, 'NewWindow', 'width=160,height=195,status=no,toolbar=no,menubar=no,scrollbars=no,resizable=no,directories=no');
  infWnd.focus();
}
function pfWnd(href) {
  pfnWnd = window.open(href, 'NewWindow', 'toolbar=no,directories=no,menubar=no,scrollbars=yes,width=600,height=520,resizable=yes');
}
function newsWnd(href) {
  pfnWnd = window.open(href, 'NewWindow', 'toolbar=no,directories=no,menubar=no,scrollbars=yes,width=600,height=500,resizable=yes');
}
function picWnd(href) {
  pfnWnd = window.open(href, '', 'toolbar=no,directories=no,menubar=no,scrollbars=yes,width=600,height=500,resizable=yes');
}

function closeIt() {
  close();
}

function show(bl) {
 
 var ddd = document.getElementById("Menu0");
 ddd.style.display = 'none';
 var ddd = document.getElementById("Menu1");
 ddd.style.display = 'none';
 //var ddd = document.getElementById("Menu2");
 //ddd.style.display = 'none';
   
    //document.getElementById("toplink2").style.display = 'none';
	if(bl==""){
	//document.getElementById("toplink2").style.display =  'block';
	}else{document.getElementById(bl).style.display = 'block';}

}

	
function doAction() {
stroka=document.pvdsubs.email.value; ind=stroka.indexOf('\@');
if (ind>0 && ind<stroka.length-1) {
  pvdWin= open("", "pvdwin", "width=350,height=200");
  pvdWin.focus(); pvdWin.document.open();
  pvdWin.document.write("<html><head><title>Обработка данных... ");
  pvdWin.document.write("</title></head>");
  pvdWin.document.write("<body topmargin=0 bgcolor=#E7E7E7 leftmargin=0 marginwidth=0 marginheight=0>");
  pvdWin.document.write("<table width=100% height=100% align=center><tr><td align=center>Минуточку...</td></tr></table>");
  pvdWin.document.write("</body></html>");
  pvdWin.document.close();  
document.pvdsubs.submit();
}
else {alert('Введен неверный E-Mail');}
}

function oprosAction() {
  oprosWin= open("", "oproswin", "width=350,height=200");

  oprosWin.document.write("<html><head><title>Обработка данных... ");
  oprosWin.document.write("</title></head>");
  oprosWin.document.write("<body topmargin=0 bgcolor=#E7E7E7 leftmargin=0 marginwidth=0 marginheight=0>");
  oprosWin.document.write("<table width=100% height=100% align=center><tr><td align=center>Минуточку...</td></tr></table>");
  oprosWin.document.write("</body></html>");
  result.style.display = "block";

}

function getWindowHeight() {
var windowHeight=0;
if (typeof(window.innerHeight)=='number') {
windowHeight=window.innerHeight;
}
else {
if (document.documentElement&&
document.documentElement.clientHeight) {
windowHeight=
document.documentElement.clientHeight;
}
else {
if (document.body&&document.body.clientHeight) {
windowHeight=document.body.clientHeight;
}
}
}
return windowHeight;
}

function showNewsPic(){

var mc = document.getElementById('ism');
mc.style.display = 'block';
mc.style.zIndex=10
document.getElementById('flashcontent').style.zIndex=1;
}

function hideNewsPic(mc){

	mc.style.display = 'none';


}
var oldNews=0;
function showHideNews(n){

if(oldNews!=0){
document.getElementById('news'+oldNews).style.display = 'none';
document.getElementById('newsLink'+oldNews).style.display = 'block';
}
document.getElementById('news'+n).style.display = 'block';
document.getElementById('newsLink'+n).style.display = 'none';


oldNews=n;
setFooter();
}

window.onload = function() {
  setFooter();
}
window.onresize = function() {
  setFooter();
}