// JavaScript Document
<!--
function openPrg(p) {
	var w;
	w = '../modules/popProg.php?p='+p;
	window.open(w,'','scrollbars=yes,width=500,height=600');
}
function openCV(p) {
	var w;
	w = '../modules/popCV.php?p='+p;
	window.open(w,'','scrollbars=yes,width=700,height=600');
}
//-->
