<!--

leftPos = screen.availWidth-650
	
function newWindow(detail) { 
  detailWindow = window.open(detail,'detailWin',"toolbar=no,menubar=no,resizable=no,scrollbars=yes,status=yes,location=no,width=620,height=600,left="+leftPos+",top=0");
 setTimeout("detailWindow.focus()",20)
}

function newWindow02(detail) { 
  detailWindow = window.open(detail,'detailWin',"toolbar=no,menubar=no,resizable=yes,scrollbars=no,status=yes,location=no,width=595,height=838,left="+leftPos+",top=0");
 setTimeout("detailWindow.focus()",20)
}
//-->