	function winpop(url, width, height){
		var Win = window.open(url,"openScript",'width=' + width + ',height=' + height + ',resizable=yes,scrollbars=no,menubar=no,status=no' );
		Win.moveTo((screen.width-width)/2,(screen.height-height-50)/2);
		}
