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