<!--
function openScript(url, width, height) {
        var Win = window.open(url,"newWindow",'width=' + width + ',height=' + height + ',resizable=yes,scrollbars=yes,menubar=no,status=no,toolbar=no,top=50,left=20' );
				if (window.focus) {Win.focus()}

}
//-->
