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