﻿<!-- Begin
function galleryPopUp(info,img1,desc1,img2,desc2,img3,desc3,img4,desc4,img5,desc5,img6,desc6,img7,desc7) {
day = new Date();
id = day.getTime();
height = 70;
//if (img2 != "") { height+=50; }
popupURL = "gallery_popup.php?info=" + info + "&img1=" + img1 + "&desc1=" + desc1 + "&img2=" + img2 + "&desc2=" + desc2 + "&img3=" + img3 + "&desc3=" + desc3 + "&img4=" + img4 + "&desc4=" + desc4 + "&img5=" + img5 + "&desc5=" + desc5 + "&img6=" + img6 + "&desc6=" + desc6 + "&img7=" + img7 + "&desc7=" + desc7; 
eval("page" + id + " = window.open(popupURL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=495,height=' + height);");
}
// End -->
