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

