function openNextWindow2(thepage,theside) {
  leftPoint=0
    theWindowName2=window.open(thepage, 'aNewWin2', "toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width=473,height=330,left="+leftPoint+",top=0")
}
function openNextWindow3(thepage,theside) {
  leftPoint=0
    theWindowName3=window.open(thepage, 'aNewWin2', "toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width=473,height=375,left="+leftPoint+",top=0")
}
function openNextWindow4(thepage,theside) {
  leftPoint=0
    theWindowName3=window.open(thepage, 'aNewWin2', "toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=yes,resizable=no,copyhistory=yes,width=473,height=375,left="+leftPoint+",top=0")
}
