function gotoCountry() {
        var page = document.xx_international.countries.options[document.xx_international.countries.selectedIndex].value;
        if ( page != "-" )
        {
			win = open (page, "MCInternational", "status=yes,menubar=yes,resizable=yes,scrollbars=yes,width=840,height=600");
			win.focus();
        }
    }

function xx_openPrint(theURL) {
     win = open (theURL, "PrintPreview", "status=yes,menubar=yes,resizable=yes,scrollbars=yes,width=840,height=600");
     win.focus();   
}

function xx_closeWindow() {
     window.close();
}

