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