
<!--
function newWindow( href ) {
        var html = new Array();
        if(navigator.appName == "Microsoft Internet Explorer" &&
        navigator.appVersion.indexOf("4.0;",0)!=-1)
        window.location=href;
        else
        window.open(href,"screen","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=500,height=550");
}

function newWindow600( href) {
        var html = new Array();
        if(navigator.appName == "Microsoft Internet Explorer" &&
        navigator.appVersion.indexOf("4.0;",0)!=-1)
        window.location=href;
        else
        window.open(href,"screen600","toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,width=600,height=600");
}

function newWindow200( href) {
        var html = new Array();
        if(navigator.appName == "Microsoft Internet Explorer" &&
        navigator.appVersion.indexOf("4.0;",0)!=-1)
        window.location=href;
        else
        window.open(href,"screen200","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=200,height=150");
}

// -->

