// JavaScript Document


function popPDF(zeURL) {
	try { ppdf.close(); } catch(e) {}
	ppdf=window.open(zeURL,'zePDF','width=700,height=500,scrollbars=1,resizable=1'); 
	try { ppdf.focus(); } catch(e) {};
}

function showEbrochure(zeURL) {
	try { broch.close(); } catch(e) {}
	broch=window.open(zeURL,'zeBrochure','width=970,height=700,scrollbars=1,resizable=1'); 
	try { broch.focus(); } catch(e) {};
}

function showSurvey(zeURL) {
	try { surv.close(); } catch(e) {}
	surv=window.open(zeURL,'zeSurvey','width=700,height=500,scrollbars=1,resizable=1'); 
	try { surv.focus(); } catch(e) {};
}