var newWin = null;
function doUnload(){
    if (!( navigator.appName == "Netscape" && 
      ( navigator.appVersion.indexOf( "3.0" ) != -1  ||
        navigator.appVersion.indexOf( "4.0" ) != -1 ) ) &&
        navigator.appVersion.indexOf( "Mac" ) == -1)
    {
        if( newWin != null ){
            newWin.close();
        }
    }
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
    window.open(theURL,winName,features);
    return true;
}

var newWindow = null;

function MM_popupMsg(msg) { //v1.0
    alert(msg);
}

var newWin = null;
function tmt_focusRemote(){
    if( newWin != null ){
        newWin.focus();
    }
}
var newWin = null;
function closeRemote(){
    if( newWin != null ){
        newWin.close();
    }
}
