// JavaScript Document

function showPDF(zeURL,name,features) {
	var ppdf=window.open(zeURL,'zePDF','width=850,height=550,scrollbars=1,resizable=1'); 
	
	try { ppdf.focus(); } catch(e) {}
	
}

