function PopupPic(x)
{ 
sPicURL = "gimg/alte/" + x + ".jpg";
window.open("popup.html?"+sPicURL, "", "resizable=0,HEIGHT=10,WIDTH=10,scrollbars=0");
}

function full() {
moveTo(0,0);
resizeTo(screen.availWidth,screen.availHeight);
}


