function OpWind(){
   var w=640; var h=350;
   window.open('http://www.malstrem.ru/css/flesh.html','1','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,scrollbars=no,width='+w+',height='+h+',left='+String((screen.width-w)/2)+',top='+String((screen.height-h)/3));
}
function OpWindEng(){
   var w=640; var h=350;
   window.open('flesheng.html','1','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,scrollbars=no,width='+w+',height='+h+',left='+String((screen.width-w)/2)+',top='+String((screen.height-h)/3));
}

