
function est(){
    document.write("2002-2004");
}
/*
if (document.images) {
img1 = new Image(); img1.src = "img/01_b.gif";
img2 = new Image(); img2.src = "img/02_b.gif";
img3 = new Image(); img3.src = "img/03_b.gif";
img4 = new Image(); img4.src = "img/04_b.gif";
img5 = new Image(); img5.src = "img/05_b.gif";
img6 = new Image(); img6.src = "img/06_b.gif";
img7 = new Image(); img7.src = "img/07_b.gif";
}
*/
function setImage(img, image) {
if (img) {
img.src = image;
}
}

function WinOpen1(){
window.open('cinema_back.htm','window2','resizable=1,scrollbars=1,menubar=0,directories=0,status=0,location=0,width=580,height=800');
}
