Page = new Array(
"http://sto.podil.com","http://spb.elsyst.com","http://hmz.podil.com","http://elsyst.com","http://sto.podil.com","http://spb.elsyst.com","http://elsyst.com");
Alt = new Array("Завод СТО","Электронные Системы СПБ","Хмельницкий механический завод","Электронные Системы","Завод СТО","Электронные Системы СПБ","Электронные Системы");
var timeNow = new Date;
DN = timeNow.getDay();
Ban=new Image; Ban.src="../images/carte/ban"+DN+".gif";
function Load(){
document.images["Ba"].src=Ban.src; document.images["Ba"].alt=Alt[DN];}
function Go(){document.location=Page[DN];}
//--------------------------------------------------------------
var picture
function openPic(picturePath,pictureWidth,pictureHeight)
{
 if (window.picture && !(window.picture.closed))
  window.picture.close();
 var windowWidth=parseInt(pictureWidth) + 0;
 var windowHeight=parseInt(pictureHeight) + 0;
 picture = window.open(picturePath,"embroidery","width="+windowWidth+",height="+windowHeight+",directories=no,toolbar=no,menubar=no,resizable=no,scrollbars=no");
}