<!--
function notepad(url,width,height) {
OpenWindow=window.open(url,"notepad", "width=" + width + ",height=" + height + ",toolbar=yes,scrollbars=yes,menubar=no,resizable=yes,location=no,directories=no,status=yes");
}
//-->