function OPENelsewhere( filePATH )
{
    if ( filePATH.length > 0 ) window.open( filePATH, "newWnd", "menubar=1,location=1,resizable=1,scrollbars=1,status=1" );
}

function OPENhere( filePATH )
{
    if ( filePATH.length > 0 ) location.href = filePATH ;
}

