<!--

leftPos2 = screen.availWidth-630
	
function otherWindow(detail) { 
  detailWindow = window.open(detail,'PublicShowcase',"toolbar=no,menubar=yes,resizable=yes,scrollbars=yes,width=620,height=400,left="+leftPos2+",top=0");
 setTimeout("detailWindow.focus()",20)
}
//-->
