function newWindow(url, w, h) { t = ( screen.availHeight - h ) / 2; l = ( screen.availWidth - w ) / 2; winStats = 'toolbar=0,location=no,directories=no,menubar=no,scrollbars=0,status=0,resizable=0,width='+w+',height='+h+', left='+l+',top='+t; adWindow = window.open(url,"_blank",winStats); } function newPhotoWindow (url,w,h,n) { t = ( screen.availHeight - h ) / 2; l = ( screen.availWidth - w ) / 2; winStats = 'toolbar=0,location=no,directories=no,menubar=no,scrollbars=0,status=0,resizable=0,width='+w+',height='+h+', left='+l+',top='+t; adWindow = window.open(url,"_blank",winStats); adWindow.document.writeln("