// JavaScript Document
function openWindow(address, title, width, height) {
noweOkno = window.open(address, title, 'menubar=no, toolbar=no, location=no, scrollbars=no, resizable=no, status=no, width='+width+', height='+height);
} 