    var loc_str = location.pathname + location.hash + location.search;
    var currHost = window.location.hostname;
    if ((currHost != "ozone.unep.org") && (currHost != "ozonevr1")) 
        loc_str= loc_str.replace(/^\/ozone\//i, "/");
    var sp_str = '"/spanish' + loc_str + '"|Español';
    var fr_str = '"/french' + loc_str + '"|Français';
    var myMenu = new Array(
    '"/"|Home', 
//	'"/About_the_Secretariat/"|About the Secretariat',
//    '"/Meeting_Documents/mop/19mop/19mop-info.shtml"|Information on the 19th Meeting of the Parties', 
    '"/Events/"|Events/Meetings/Past Awardees', 
    '"/Ratification_status/"|Ratification Status and  Evolution of Montreal Protocol',
    '"/Meeting_Documents/upcoming_meetings.shtml"|Upcoming Meetings', 
    '"/Meeting_Documents/"|Historical Meetings\' Documentation',
    '"/Publications/"| Press Information and Publications', 
//    '"/Publications/Handbooks/MP_Handbook_2006.pdf" title="This document, now available in PDF format,  will later be available in a searchable format, either late February or early March 2007"|Montreal Protocol Handbook', 
//    '"/Publications/Handbooks/VC_Handbook_2006.pdf" title="This document, now available in PDF format,  will later be available in a searchable format, either late February or early March 2007"|Vienna Convention Handbook', 
    '"/Assessment_Panels/"|Assessment Panels/Documents', 
    '"/Exemption_Information/"|Exemption Information', 
    '"/Data_Reporting/"|Data Reporting and Access', 
    '"/Frequently_Asked_Questions/"|Frequently Asked Questions', 
	//'"/Links/"|Links', 
//	'"/Ozone_News/"|Ozone Related News',
	//'"/E-Forums/"|E Forums',
//	'"/E-Delivery/"|E Delivery of documents',

	sp_str, fr_str
);

    var str_align = '';
    var str_spc = '';
    var str_tbl_open = '<table width="177" border="0" cellspacing="0" background="/ozone/includes/images/banner-bk111.jpg" cellpadding="0"  style="background-repeat:no-repeat; padding-left:4; padding-right:4">';
    var str_tbl_cls = '</table>';
    var str_row = '<tr> <td height="7" ><img src="/ozone/includes/images/bullet.gif" width="162" height="7"></td></tr>';
    
    document.writeln(str_tbl_open);
    document.writeln(str_row);
    var no_langs = 0;
    if (location.protocol == 'https:') { no_langs = 2; }

    for (i=0; i < myMenu.length - no_langs; i++) {
        if (i == myMenu.length - 2) { str_br = '<BR><BR>'; } else { str_br = '';}
        if ((currHost != "ozone.unep.org") && (currHost != "ozonevr1")) 
            myMenu[i] = myMenu[i].replace(/\//, '/ozone/');
        myMenu[i] = myMenu[i].replace(/\//, 'http://' + currHost + '/');
        myMenu[i] = myMenu[i].replace(/\|/, ' class="menu">' + str_br);
        if (i >= myMenu.length - 2) {
            str_spc = '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'; 
            str_align = ' align=right';
        }
        document.writeln('<tr> <td ' + str_align + '><a href=' + myMenu[i] 
                + '</a>' + str_spc + '</td></tr>');
        document.writeln(str_row);
    }
    
	document.writeln('<tr> <td height="35" >&nbsp;</td></tr>');
	
    document.writeln(str_tbl_cls);
	
	document.writeln('<center><a href="/ozone/web_redesign/index.shtml"><span class="style9">Help us improve our ozone website</span></a>      </center>');
