
function PopItUp(filename, h, w){ 
popupJS = window.open(filename,"foto","height="+h+",width="+w+",statusbar=0,menubar=no,scrollbars=no,toolbar=no,location=no,directories=no,resizable=no,top=0,left=0")
popupJS.focus();


if ( popupJS && !popupJS.document.close) {
popupJS.location.reload(true); 
popupJS.focus();
}
}