function showBusbyGallery(image_id) { LeftPosition = (screen.width) ? (screen.width-810)/2 : 0; TopPosition = (screen.height) ? (screen.height-700)/2 : 0; settings = 'height=700,width=600,top='+TopPosition+',left='+LeftPosition+',toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1'; win = window.open("/gallery.html?day=Busby&image_id="+image_id,null,settings); } function showEstateGallery(image_id) { LeftPosition = (screen.width) ? (screen.width-810)/2 : 0; TopPosition = (screen.height) ? (screen.height-700)/2 : 0; settings = 'height=700,width=600,top='+TopPosition+',left='+LeftPosition+',toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1'; win = window.open("/gallery.html?day=Estate&image_id="+image_id,null,settings); } function showTasterGallery(image_id) { LeftPosition = (screen.width) ? (screen.width-810)/2 : 0; TopPosition = (screen.height) ? (screen.height-700)/2 : 0; settings = 'height=700,width=600,top='+TopPosition+',left='+LeftPosition+',toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1'; win = window.open("/gallery.html?day=Taster&image_id="+image_id,null,settings); } function showBigImage(src, page) { LeftPosition = (screen.width) ? (screen.width-810)/2 : 0; TopPosition = (screen.height) ? (screen.height-700)/2 : 0; settings = 'height=700,width=600,top='+TopPosition+',left='+LeftPosition+',toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1'; win = window.open("/view_image.html?src="+src+"&page="+page,null,settings); } /* Generic Form Validation */ window.onload = attachFormHandlers; function attachFormHandlers() { if (document.getElementsByTagName) { var objForm = document.getElementsByTagName('form'); for (var iCounter=0; iCounter