<!--
if(typeof baseURL == 'undefined') {
	baseURL = "/";
}

if(curr_lang == "English") {
	document.writeln('<div id="masthead">');
	document.writeln('  <div id="globalNav">');
	document.writeln('		<img src="'+baseURL+'images/nacpec.gif" height=100 width=567 alt="NACPEC"/>');
	document.writeln('	</div>');
	document.writeln('</div>');
	document.writeln('<div id="navBar">');

  relURL = baseURL + "en/";
	document.writeln('	<div id="sectionLinks">');
	document.writeln('	  <h2>Main Sections</h2>');
	document.writeln('		<ul>');
	document.writeln('			<li><a href="'+relURL+'index.html">Home</a></li>');
	document.writeln('			<li><a style="background-color:#FEDADF" href="'+relURL+'news.html">News</a></li>');
	document.writeln('			<li><a href="'+relURL+'events.html">Coming Events</a></li>');
	document.writeln('			<li><a href="'+relURL+'consumer_advocacy/index.html">Consumer Advocacy</a></li>');
	document.writeln('		</ul>');
	document.writeln('	</div>');
	document.writeln('	<div id="sectionLinks">');
	document.writeln('		<h2>Information Sources</h2>');
	document.writeln('		<ul> ');
	document.writeln('			<li><a href="'+relURL+'links/iframe.html">International Framework</a></li>');
	document.writeln('			<li><a href="'+relURL+'links/regfora/index.html">Multilateral and Regional Fora&nbsp;&amp; Organizations</a></li>');
	document.writeln('			<li><a href="'+relURL+'links/inter_consorg.html">International Consumer Organizations</a></li>');
	document.writeln('			<li><a href="'+relURL+'links/us.html">United States</a></li>');
	document.writeln('			<li><a href="'+relURL+'links/canada.html">Canada</a></li>');
	document.writeln('			<li><a href="'+relURL+'links/mexico.html">Mexico</a></li>');
	document.writeln('			<li><a href="'+relURL+'links/eu.html">European Union</a></li>');
	document.writeln('			<li><a href="'+relURL+'links/crossb_consorg.html">Cross Border-Consumer and Law Enforcement Networks</a></li>');
	document.writeln('			<li><a href="'+relURL+'links/guides_books.html">Consumer Guides and Books</a></li>');
	document.writeln('			<li><a href="'+relURL+'links/b2c_stats.html">B2C Statistics</a></li>');
	document.writeln('			<li><a href="'+relURL+'links/acad_pubs.html">Academic Publications</a></li>');
	document.writeln('			<li><a href="'+relURL+'links/legal_news.html">Legal News and Online Publications</a></li>');
	document.writeln('			<li><a href="'+relURL+'links/jurisdiction/index.html">Jurisdiction</a></li>');
	document.writeln('			<li><a href="'+relURL+'links/dispute_res/index.html">Online Dispute Resolution</a></li>');
	document.writeln('			<li><a href="'+relURL+'links/spam/index.html">Spam</a></li>');
	document.writeln('			<li><a href="'+relURL+'links/spyware/index.html">Spyware</a></li>');
	document.writeln('			<li><a href="'+relURL+'links/identity_theft/index.html">Identity Theft</a></li>');
	document.writeln('			');
	document.writeln('		</ul>');
	document.writeln('	</div>');
	document.writeln('	<div id="sectionLinks">');
	document.writeln('		<h2>NACPEC Information</h2>');
	document.writeln('		<ul>');
	document.writeln('			<li><a href="'+relURL+'aboutus.html">About Us</a></li>');
	document.writeln('			<li><a href="'+relURL+'legal_notice.html">Legal Notices</a></li>');
	document.writeln('			<li><a href="'+relURL+'priv_policy.html">Privacy Policy</a></li>');
	document.writeln('			<li><a href="'+relURL+'volunteers.html">Volunteers</a></li>');
	document.writeln('			<li><a href="'+relURL+'support.html">Support NACPEC</a></li>');
	document.writeln('		  <li><a href="'+relURL+'contact.html">Contact Us</a> </li>');
	document.writeln('			<li><a style="background-color:#FEDADF" href="'+relURL+'friendorg.html">Friend Organizations</a></li>');	
	document.writeln('			<li><a style="background-color:#FEDADF" href="'+relURL+'campaigns.html">Campaigns</a></li>');	
	document.writeln('		</ul>');
	document.writeln('	</div>');
	document.writeln('	<div id="sectionLinks">');
	document.writeln('		<h2>Published Books</h2>');
	document.writeln('		<ul>');
    document.writeln('            <li><a href="'+baseURL+'docs/FlierCyberLawMexicoBook.pdf"><img border="0" src="'+baseURL+'images/cyberlawinmexico_181.png"/></a></li>');
	document.writeln('		</ul>');
	document.writeln('	</div>');
	document.writeln('	<div id="sectionLinks">');
	document.writeln('		<h2>Upcoming Conferences</h2>');
	document.writeln('		<ul>');
    document.writeln('            <li><a href="http://www.cpdpconferences.org/index.html"><img border="0" src="'+baseURL+'images/ComingOfAgeConference_181.png"/></a></li>');
    document.writeln('            <li><a href="http://www.eurodig.org/"><img border="0" src="'+baseURL+'images/eurodig.png"/></a></li>');
	document.writeln('		</ul>');
	document.writeln('	</div>');
	document.writeln('</div>');
} else if(curr_lang == "Espa&ntilde;ol") {
	document.writeln('<div id="masthead">');
	document.writeln('  <div id="globalNav">');
	document.writeln('		<img src="'+baseURL+'images/nacpec.gif" alt="NACPEC"/>');
	document.writeln('	</div>');
	document.writeln('</div>');
	
	relURL = baseURL + "es/";
	document.writeln('<div id="navBar">');
	document.writeln('	<div id="sectionLinks">');
	document.writeln('	  <h2>Secciones Principales</h2>');
	document.writeln('		<ul>');
	document.writeln('			<li><a href="'+relURL+'index.html">Página Principal</a></li>');
	//document.writeln('			<li><a href="'+relURL+'noticias.html">Noticias</a></li>');
	//document.writeln('			<li><a href="'+relURL+'eventos.html">Eventos</a></li>');
	document.writeln('			<li><a style="background-color:#FEDADF" href="'+baseURL+'en/news.html?lang=es">Noticias</a></li>');
	document.writeln('			<li><a href="'+baseURL+'en/events.html?lang=es">Eventos</a></li>');	
	document.writeln('			<li><a href="'+baseURL+'es/apoyo_al_consumidor/index.html">Apoyo al Consumidor</a></li>');
	document.writeln('		</ul>');
	document.writeln('	</div>');
	
	relURL = baseURL + "en/";
	document.writeln('	<div id="sectionLinks">');
	document.writeln('		<h2>Fuentes de Información</h2>');
	document.writeln('		<ul> ');
	document.writeln('			<li><a href="'+relURL+'links/iframe.html?lang=es">Marco Internacional</a></li>');
	document.writeln('			<li><a href="'+relURL+'links/regfora/index.html?lang=es">Foros y Organizaciones Multilaterales y Regionales</a></li>');
	document.writeln('			<li><a href="'+relURL+'links/inter_consorg.html?lang=es">Organizaciones de Consumidores Internacionales</a></li>');
	document.writeln('			<li><a href="'+relURL+'links/us.html?lang=es">Estados Unidos</a></li>');
	document.writeln('			<li><a href="'+relURL+'links/canada.html?lang=es">Canadá</a></li>');
	document.writeln('			<li><a href="'+relURL+'links/mexico.html?lang=es">México</a></li>');
	document.writeln('			<li><a href="'+relURL+'links/eu.html?lang=es">Uni&oacute;n Europea</a></li>');
	document.writeln('			<li><a href="'+relURL+'links/crossb_consorg.html?lang=es">Redes de Ejecucion de Legislacion y de Consumidores Transfronterizos</a></li>');
	document.writeln('			<li><a href="'+relURL+'links/guides_books.html?lang=es">Gu&iacute;as y Libros para el Consumidor</a></li>');
	document.writeln('			<li><a href="'+relURL+'links/b2c_stats.html?lang=es">Estadísticas B2C</a></li>');
	document.writeln('			<li><a href="'+relURL+'links/acad_pubs.html?lang=es">Publicaciones Académicas</a></li>');
	document.writeln('			<li><a href="'+relURL+'links/legal_news.html?lang=es">Noticias Legales y Publicaciones en Línea</a></li>');
	document.writeln('			<li><a href="'+baseURL+'es/links/jurisdiction/index.html">Jurisdicción</a></li>');
	document.writeln('			<li><a href="'+baseURL+'es/links/dispute_res/index.html">Resoluci&oacute;n de Controversias en L&iacute;nea</a></li>');
	document.writeln('			<li><a href="'+baseURL+'es/links/spam/index.html">Spam</a></li>');
	document.writeln('			<li><a href="'+baseURL+'es/links/spyware/index.html">Spyware</a></li>');
	document.writeln('			<li><a href="'+baseURL+'es/links/robo_identidad/index.html">Robo de Identidad</a></li>');
  document.writeln('			');
	document.writeln('		</ul>');
	document.writeln('	</div>');
	relURL = baseURL + "es/";
	document.writeln('	<div id="sectionLinks">');
	document.writeln('		<h2>Información NACPEC</h2>');
	document.writeln('		<ul>');
	document.writeln('			<li><a href="'+relURL+'acerca_de.html">Acerca de</a></li>');
	document.writeln('			<li><a href="'+relURL+'avisos_legales.html">Avisos Legales</a></li>');
	document.writeln('			<li><a href="'+relURL+'politica_priv.html">Política de Privacidad</a></li>');
	document.writeln('			<li><a href="'+relURL+'voluntarios.html">Voluntarios</a></li>');
	document.writeln('			<li><a href="'+relURL+'apoyanos.html">Apóyanos</a></li>');
	document.writeln('		  <li><a href="'+relURL+'contacta.html">Contáctanos</a> </li>');
	document.writeln('			<li><a style="background-color:#FEDADF" href="'+baseURL+'en/friendorg.html?lang=es">Organizaciones Amigas</a></li>');
	document.writeln('			<li><a style="background-color:#FEDADF" href="'+baseURL+'en/campaigns.html?lang=es">Campa&ntilde;as</a></li>');
	document.writeln('		</ul>');
	document.writeln('	</div>');
	document.writeln('	<div id="sectionLinks">');
	document.writeln('		<h2>Libros Publicados</h2>');
	document.writeln('		<ul>');
    document.writeln('            <li><a href="'+baseURL+'docs/FlierCyberLawMexicoBook.pdf"><img border="0" src="'+baseURL+'images/cyberlawinmexico_181.png"/></a></li>');
	document.writeln('		</ul>');
	document.writeln('	</div>');
	document.writeln('	<div id="sectionLinks">');
	document.writeln('		<h2>Proximas Conferencias</h2>');
	document.writeln('		<ul>');
    document.writeln('            <li><a href="http://www.cpdpconferences.org/index.html"><img border="0" src="'+baseURL+'images/ComingOfAgeConference_181.png"/></a></li>');
    document.writeln('            <li><a href="http://www.eurodig.org/"><img border="0" src="'+baseURL+'images/eurodig.png"/></a></li>');
	document.writeln('		</ul>');
	document.writeln('	</div>');
	document.writeln('</div>');	
}

if(typeof num_ch_langs != 'undefined') {
	document.writeln('	<div id="lang_sel">');
	for(i=0; i < num_ch_langs; i++) {
		if(i == 0) {
			document.write('	  | <a href="'+baseURL+lang_change_urls[i]+'">'+change_langs[i]+'</a>');
		} else {
			document.write(' | <a href="'+baseURL+lang_change_urls[i]+'">'+change_langs[i]+'</a>');
		}
	}
	document.writeln(' |');
	document.writeln('  </div>');
}

//-->
