var newwindow;
function popitup(url, title, iwidth, iheight) {

if ( !newwindow || newwindow.closed ) {
newwindow=window.open('','htmlname','width=' + iwidth +',height=' +iheight + ',resizable=0,top=10,left=10');
}

newwindow.document.clear();
newwindow.focus();
newwindow.document.writeln('<html> <head> <title>' + title + '<\/title> <\/head> <body marginheight=\"0\" marginwidth=\"0\" bottommargin=\"0\" topmargin=\"0\" leftmargin=\"0\" rightmargin=\"0\" bgcolor= \"#FFFFFF\">');
newwindow.document.writeln('<img src=' + url + '>');
newwindow.document.writeln('<\/body> <\/html>');
newwindow.document.close();
newwindow.focus();
}

function tidy() {
if (newwindow && !newwindow.closed) { newwindow.close(); }
}

function menu(str) {
        searchWin = window.open(str,'menu','scrollbars=no,resizable=no,width=344,height=296,status=no,location=no,toolbar=no');
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function video(str) {
        searchWin = window.open(str,'menu','scrollbars=no,resizable=no,width=360,height=270,status=no,location=no,toolbar=no');
}
function videoski(str) {
        searchWin = window.open(str,'menu','scrollbars=no,resizable=no,width=836,height=322,status=no,location=no,toolbar=no');
}
function prezzi(str) {
        searchWin = window.open(str,'menu','scrollbars=no,resizable=no,width=955,height=428,status=no,location=no,toolbar=no');
}
function beauty(str) {
        searchWin = window.open(str,'menu','scrollbars=yes,resizable=no,width=800,height=600,status=no,location=no,toolbar=no');
}
