function Go(){return}
var width2  = 800;
var height2 = 600;
function popWindow2(theURL) {
	newWindow = window.open(theURL,'PGRI-1-CIBINONG','toolbar=no,menubar=no,resizable=no,scrollbars=yes,status=no,location=no,width='+width2+',height='+height2);
}