/* New Window */
function smallWindow(web)
{
webWindow = window.open(web,'webWin','scrollbars=yes,location=yes,toolbar=yes,menubar=yes,resizable=yes,width=400,height=400')
webWindow.focus()
}
