<!--
function openScript(url, width, height) {
   var pop = window.open(url,"openScript",'width=' + width + ',height=' + height + ',resizable=no,scrollbars=yes,menubar=no,status=no' );
	pop.focus();
}
-->