

function opennewhelp(a1,a2,a3,a4) {window.open(a1,a2,"width="+a3+",height="+a4+",status=0,resizable=0,scrollbars,toolbar=no,menubar=no,resize=no,maximize=no,top=60,left=60");	}
         function opennew(a1,a2,a3,a4) {window.open(a1,a2,"width="+a3+",height="+a4+",status=0,resizable=0,scrollbars,toolbar=no,menubar=no,resize=no,maximize=no,top=60,left=60");	}
		 

function opennew(a1,a2,a3,a4){
	window.open(a1,a2,"width="+a3+",height="+a4+",status=0,resizable=0,scrollbars,toolbar=no,menubar=no,resize=no,maximize=no,top=50,left=50");
}

function opennew1(a1,a2,a3,a4){
	window.open(a1,a2,"width="+a3+",height="+a4+",status=1,resizable=1,scrollbars=yes,toolbar=yes,menubar=yes,resize=yes,maximize=yes,top=50,left=50");
}
