function mOvr(src,clrOver) {
	if (!src.contains(event.fromElement)) {
		src.style.cursor = 'hand';
		src.bgColor = clrOver;
	}
}

function mOut(src,clrIn) {
	if (!src.contains(event.toElement)) {
		src.style.cursor = 'default';
		src.bgColor = clrIn;
	}
}

function mClk(src) {
	if(event.srcElement.tagName=='TD'){
		src.children.tags('A')[0].click();
	}
}

function GetTitle(SelectedCountry){

	switch (SelectedCountry){
	case "italia":
		return 'Italia';
		break;
	case "francia":
		return 'Francia';
		break;
	case "espana":
		return 'España';
		break;
	case "estadosunidos":
		return 'Estados Unidos';
		break;
	case "china":
		return 'China';
		break;
	case "reinounido":
		return 'Reino Unido';
		break;
	case "rusia":
		return 'Rusia';
		break;
	case "mexico":
		return 'México';
		break;			
	case "canada":
		return 'Canada';
		break;
	case "austria":
		return 'Austria';
		break;	
	default:
		return 'Francia';
	}
}

function Menu(Section,SelectedCountry) {
var TitleCountry = GetTitle (SelectedCountry);

var SelectedColor = '#FF5D44';
var MainColor = '#00AEC4';
var SubColor = '#FFB6AB';
var SubColorHi = '#FFE9E5';
var LineColor = '#DADADA';

document.writeln('<table width="138" border="0" cellspacing="0" cellpadding="0"><tr><td width="138" colspan="3"><img src="http://www.terra.com/img/menu.gif" width="138" height="1" alt="" border="0"><br></td></tr><tr><td width="1" bgcolor="#000000"><img src="http://www.terra.com/img/transp.gif" width=1 height=1 border=0><br></td><td width="136" valign="top">');
document.writeln('<table width="136" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="'+LineColor+'"><img src="http://www.terra.com/img/transp.gif" width="1" height="1"></td></tr>');


// Portada
if (Section == 'portada') {
	// Selected
	document.writeln('<tr><td bgcolor="'+SelectedColor+'" height=17 onMouseOut="mOut\(this,\''+SelectedColor+'\'\);" onMouseOver="mOvr\(this,\''+SelectedColor+'\'\);" onclick="mClk(this);"><a href="index.html" class="menu">&nbsp; Portada</a></td></tr>');
} else {
	// Regular
	document.writeln('<tr><td bgcolor="'+MainColor+'" height=17 onMouseOut="mOut\(this,\''+MainColor+'\'\);" onMouseOver="mOvr\(this,\''+SelectedColor+'\'\);" onclick="mClk(this);"><a href="index.html" class="menu"><a href="index.html" class="menu"><img src="img/menu_arrowdown.gif" width=11 height=7 border=0>Portada</a></td></tr>');
}

document.writeln('<tr><td bgcolor="#000000"><img src="http://www.terra.com/img/transp.gif" width="1" height="1"></td></tr><tr><td bgcolor="'+LineColor+'"><img src="http://www.terra.com/img/transp.gif" width="1" height="1"></td></tr>');


// Francia
if (Section == SelectedCountry ) {
	// Selected
	document.writeln('<tr><td bgcolor="'+SelectedColor+'" height=17 onMouseOut="mOut\(this,\''+SelectedColor+'\'\);" onMouseOver="mOvr\(this,\''+SelectedColor+'\'\);" onclick="mClk(this);"><a href="'+SelectedCountry+'.html" class="menu"><img src="img/menu_arrowleft.gif" width=9 height=7 border=0>'+TitleCountry+'</a></td></tr>');
} else {
	// Regular
	document.writeln('<tr><td bgcolor="'+SelectedColor+'" height=17 onMouseOut="mOut\(this,\''+SelectedColor+'\'\);" onMouseOver="mOvr\(this,\''+SelectedColor+'\'\);" onclick="mClk(this);"><a href="'+SelectedCountry+'.html" class="menu"><img src="img/menu_arrowdown.gif" width=11 height=7 border=0>'+TitleCountry+'</a></td></tr>');
}

document.writeln('<tr><td bgcolor="#000000"><img src="http://www.terra.com/img/transp.gif" width="1" height="1"></td></tr><tr><td bgcolor="'+LineColor+'"><img src="http://www.terra.com/img/transp.gif" width="1" height="1"></td></tr>');


// Info
if (Section == SelectedCountry+'_info') {
	// Selected
	document.writeln('<tr><td bgcolor="'+SubColorHi+'" height=17 onMouseOut="mOut\(this,\''+SubColorHi+'\'\);" onMouseOver="mOvr\(this,\''+SubColorHi+'\'\);" onclick="mClk(this);"><a href="'+SelectedCountry+'_info.html" class="menublack"><img src="img/menu_arrowleft_black.gif" width=9 height=7 border=0>&middot; Información Básica</a></td></tr>');
} else {
	// Regular
	document.writeln('<tr><td bgcolor="'+SubColor+'" height=17 onMouseOut="mOut\(this,\''+SubColor+'\'\);" onMouseOver="mOvr\(this,\''+SubColorHi+'\'\);" onclick="mClk(this);"><a href="'+SelectedCountry+'_info.html" class="submenu"><img src="http://www.terra.com/img/transp.gif" width=9 height=7 border=0>&middot; Información Básica</a></td></tr>');
}


// Simbolos
if (Section == SelectedCountry+'_simbolos') {
	// Selected
	document.writeln('<tr><td bgcolor="'+SubColorHi+'" height=17 onMouseOut="mOut\(this,\''+SubColorHi+'\'\);" onMouseOver="mOvr\(this,\''+SubColorHi+'\'\);" onclick="mClk(this);"><a href="'+SelectedCountry+'_simbolos.html" class="menublack"><img src="img/menu_arrowleft_black.gif" width=9 height=7 border=0>&middot; Símbolos</a></td></tr>');
} else {
	// Regular
	document.writeln('<tr><td bgcolor="'+SubColor+'" height=17 onMouseOut="mOut\(this,\''+SubColor+'\'\);" onMouseOver="mOvr\(this,\''+SubColorHi+'\'\);" onclick="mClk(this);"><a href="'+SelectedCountry+'_simbolos.html" class="submenu"><img src="http://www.terra.com/img/transp.gif" width=9 height=7 border=0>&middot; Símbolos</a></td></tr>');
}


// Atracciones
if (Section == SelectedCountry+'_atracciones') {
	// Selected
	document.writeln('<tr><td bgcolor="'+SubColorHi+'" height=17 onMouseOut="mOut\(this,\''+SubColorHi+'\'\);" onMouseOver="mOvr\(this,\''+SubColorHi+'\'\);" onclick="mClk(this);"><a href="'+SelectedCountry+'_atracciones.html" class="menublack"><img src="img/menu_arrowleft_black.gif" width=9 height=7 border=0>&middot; Atracciones</a></td></tr>');
} else {
	// Regular
	document.writeln('<tr><td bgcolor="'+SubColor+'" height=17 onMouseOut="mOut\(this,\''+SubColor+'\'\);" onMouseOver="mOvr\(this,\''+SubColorHi+'\'\);" onclick="mClk(this);"><a href="'+SelectedCountry+'_atracciones.html" class="submenu"><img src="http://www.terra.com/img/transp.gif" width=9 height=7 border=0>&middot; Atracciones</a></td></tr>');
}


// Galeria
if (Section == SelectedCountry+'_galeria') {
	// Selected
	document.writeln('<tr><td bgcolor="'+SubColorHi+'" height=17 onMouseOut="mOut\(this,\''+SubColorHi+'\'\);" onMouseOver="mOvr\(this,\''+SubColorHi+'\'\);" onclick="mClk(this);"><a href="'+SelectedCountry+'_galeria.html" class="menublack"><img src="img/menu_arrowleft_black.gif" width=9 height=7 border=0>&middot; Galería de Fotos</a></td></tr>');
} else {
	// Regular
	document.writeln('<tr><td bgcolor="'+SubColor+'" height=17 onMouseOut="mOut\(this,\''+SubColor+'\'\);" onMouseOver="mOvr\(this,\''+SubColorHi+'\'\);" onclick="mClk(this);"><a href="'+SelectedCountry+'_galeria.html" class="submenu"><img src="http://www.terra.com/img/transp.gif" width=9 height=7 border=0>&middot; Galería de Fotos</a></td></tr>');
}


document.writeln('</table>');

document.writeln('</td><td width="1" bgcolor="#000000"><img src="http://www.terra.com/img/transp.gif" width=1 height=1 border=0><br></td></tr><tr><td width="138" colspan="3"><img src="http://www.terra.com/img/menu.gif" width="138" height="1" alt="" border="0"><br></td></tr></tr></table>');

}
