function GetWindowPos(wid,hi) {
 maxwid = screen.availWidth - 11;
 maxhi = screen.availHeight - 30;
 if (wid > maxwid) {
  wid = maxwid;
  leftpos = 0
 } else {
  leftpos = (maxwid) ? (maxwid - wid)/2 : 0
 }
 if (hi > maxhi) {
  hi = maxhi;
  toppos = 0;
 } else {
  toppos = (maxhi) ? (maxhi - hi)/2 : 0
 }
}

function open4x3(image) {
 GetWindowPos(430,375);
 wid = 430;
 hi = 375;
 maxwid = screen.availWidth - 11;
 maxhi = screen.availHeight - 30;
 if (wid > maxwid) {
  wid = maxwid;
  leftpos = 0
 } else {
  leftpos = (maxwid) ? (maxwid - wid)/2 : 0
 }
 if (hi > maxhi) {
  hi = maxhi;
  toppos = 0;
 } else {
  toppos = (maxhi) ? (maxhi - hi)/2 : 0
 }
  self.name = "main";
 window.open('photos/wcl.asp?ID=' + image, image, "width="+wid+",height="+hi+",top="+toppos+",left="+leftpos+",toolbar=no,titlebar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no,fullscreen=no,scrollbars=no");
}

function open5x3(image) {
 wid = 530;
 hi = 320;
 maxwid = screen.availWidth - 11;
 maxhi = screen.availHeight - 30;
 if (wid > maxwid) {
  wid = maxwid;
  leftpos = 0
 } else {
  leftpos = (maxwid) ? (maxwid - wid)/2 : 0
 }
 if (hi > maxhi) {
  hi = maxhi;
  toppos = 0;
 } else {
  toppos = (maxhi) ? (maxhi - hi)/2 : 0
 }
 self.name = "main";
 window.open('photos/wcl.asp?ID=' + image, image, "width="+wid+",height="+hi+",top="+toppos+",left="+leftpos+",toolbar=no,titlebar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no,fullscreen=no,scrollbars=no");
}

function open6x3(image) {
 wid = 630;
 hi = 320;
 maxwid = screen.availWidth - 11;
 maxhi = screen.availHeight - 30;
 if (wid > maxwid) {
  wid = maxwid;
  leftpos = 0
 } else {
  leftpos = (maxwid) ? (maxwid - wid)/2 : 0
 }
 if (hi > maxhi) {
  hi = maxhi;
  toppos = 0;
 } else {
  toppos = (maxhi) ? (maxhi - hi)/2 : 0
 }
 self.name = "main";
 window.open('photos/wcl.asp?ID=' + image, image, "width="+wid+",height="+hi+",top="+toppos+",left="+leftpos+",toolbar=no,titlebar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no,fullscreen=no,scrollbars=no");
}

function open3x4(image) {
 wid = 400;
 hi = 470;
 maxwid = screen.availWidth - 11;
 maxhi = screen.availHeight - 30;
 if (wid > maxwid) {
  wid = maxwid;
  leftpos = 0
 } else {
  leftpos = (maxwid) ? (maxwid - wid)/2 : 0
 }
 if (hi > maxhi) {
  hi = maxhi;
  toppos = 0;
 } else {
  toppos = (maxhi) ? (maxhi - hi)/2 : 0
 }
 self.name = "main";
 window.open('photos/wcl.asp?ID=' + image, image, "width="+wid+",height="+hi+",top="+toppos+",left="+leftpos+",toolbar=no,titlebar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no,fullscreen=no,scrollbars=no");
}

function CloseMe() {
  parent.window.close()
}

