// JLink to  a new window
function linkNew(URL)
{
window.open(URL,"","menubar=no, toolbar=no, location=no, directories=no, status=no, scrollbars=yes, resizable=yes, width=750, height=595")
}

function linkNew2(URL)
{
window.open(URL,"","menubar=no, toolbar=no, location=no, directories=no, status=no, scrollbars=yes, resizable=yes, width=750, height=750")
}