function openToolBox(url){newToolBox=window.open(url,"newToolBox","toolbar=no,scrollbars=yes,menubar=no,location=no,height=650,width=400");
newToolBox.focus()
}function openErrorWindow(){newErrorWindow=window.open("/main/report_error.jsp","newErrorWindow","toolbar=no,menubar=no,location=no,height=700,width=500")
}function openBox(url){newToolBox=window.open(url,"newToolBox","toolbar=no,scrollbars=yes,menubar=no,location=no,height=650,width=650");
newToolBox.focus()
}function openNewWindowWithScrollbar(url,width,height){slappy=window.open(url,"slappy","toolbar=no,menubar=no,height="+height+",width="+width+",scrollbars=yes,location=no");
slappy.focus()
}function openDemo(){var currFile="home_demo3.action";
demoWindow=window.open("/include/main/"+currFile,"demoWin","toolbar=no,scrollbars=no,top=250,left=190,width=578,height=375");
demoWindow.focus()
}function openNewWindow(url,width,height){slappy=window.open(url,"slappy","toolbar=no,menubar=no,height="+height+",width="+width+",location=no");
slappy.focus()
};
