function LaunchImagePageManual(page, width, height) {
OpenWin = this.open(page, "photo","toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes, width=" + width + ", height=" + height); 
if (OpenWin) OpenWin.focus(); 
}
function LaunchImagePage(page) { LaunchImagePageManual(page, 750, 700);}
