function show_attach( att_url ) {
	window.open('/show_download.php?src=' + escape(att_url) , "win_prdt_attach" , " scrollbars = yes , width=" + screen.width + " , height=" + screen.height  ) ; 
	return false ; 
}

