/* OpenNewWindow */
function newWindow(web)
{
webWindow = window.open(web,'webWin','scrollbars=yes,location=yes,toolbar=yes,menubar=yes,resizable=yes,width=750,height=450')
webWindow.focus()
}