function openNextWindow2(thepage,theside) {
  leftPoint=0
  if (screen) {
    if (theside=="right") {
      leftPoint = screen.width-588
	}
	else {
      leftPoint = 0
	}
  }
  if (theside=="right") {
    theWindowName2=window.open(thepage, 'aNewWin2', "toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width=580,height=400,left="+leftPoint+",top=0")
  }
  else {
    theWindowName2=window.open(thepage, 'aNewWin2', "toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width=473,height=360,left="+leftPoint+",top=0")
  }
}
function openNextWindow3(thepage,theside) {
  leftPoint=0
  if (screen) {
    if (theside=="right") {
      leftPoint = screen.width-588
	}
	else {
      leftPoint = 0
	}
  }
  if (theside=="right") {
    theWindowName3=window.open(thepage, 'aNewWin3', "toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width=580,height=440,left="+leftPoint+",top=0")
  }
  else {
    theWindowName3=window.open(thepage, 'aNewWin3', "toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width=473,height=400,left="+leftPoint+",top=0")
  }
}
