function popup(what) {
what = what + ".html";
var adw = window.open(what, "img", "height=300,width=300,screenX=10,screenY=10,resizeable=no, scrollbars=no");
adw.focus();
}

function popupquer(what) {
what = what + ".html";
var adw = window.open(what, "img2", "height=300,width=400,screenX=10,screenY=10,resizeable=no, scrollbars=no");
adw.focus();
}

function popuphoch(what) {
what = what + ".html";
var adw = window.open(what, "img3", "height=400,width=300,screenX=10,screenY=10,resizeable=no, scrollbars=no");
adw.focus();
}

function popuppanorama(what) {
what = what + ".html";
var adw = window.open(what, "img4", "height=312,width=740,screenX=10,screenY=10,resizeable=no, scrollbars=no");
adw.focus();
}

function popup045(what) {
what = what + ".html";
var adw = window.open(what, "img5", "height=700,width=178,screenX=0,screenY=0,resizeable=no, scrollbars=no");
adw.focus();
}