function openConfigure()
{
window.open ('/computers/configure/configure.jsp', 'newwindow', config='width=620, height=500, top=0, left=100, toolbar=no, menubar=no, scrollbars=yes, resizable=yes, location=no, directories=no, status=yes')
}

function openComponent()
{
window.open ('/computers/component/component.jsp', 'newwindow', config='width=620, height=500, top=0, left=100, toolbar=no, menubar=no, scrollbars=yes, resizable=yes, location=no, directories=no, status=yes')
}
