<!--
	function openScript(url, width, height) {
	        var Win = window.open(url,"_blank",'top=30,right=150, width=' + parseInt(width+20) + ',height=' + parseInt(height+45) + ',toolbar=0, menubar=0, scrollbars=0, resizable=0, location=0, directories=0, status=0');
	}
//-->