function popwin(strURL,w,h) {

	openString = "height=" + h + ",width=" + w + ",toolbar=0,location=0,scrollbars";	
	window.open(strURL,"cPop",openString);

}
