function openWindow(address, width, height, left, top)
{newWindow = window.open(address, 'window', "resizable=yes,scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,width=" + width + ",height=" + height + ",left=" + left +",top=" + top);
newWindow.focus()}
