// JavaScript Document

function openWindow(what,type)
{
msgWindow=window.open(what,"openWindow","status=yes, menubar=yes,toolbar=yes,scrollbars=yes,location=no,resizable=yes")
msgWindow.focus()
}

