function getLang(lang){
if (lang == 'es'){
	backString = "Volver a la versi&oacute;n en castellano";
	cset = "iso-8859-1"
	}
else if (lang == 'ja'){
	backString = "日本語に変換";
	cset = "x-shift-jis"
	}
else {
	backString = "Back to the English version";
	cset = "iso-8859-1"
	}
}


function backtoit(lang){
if (parent.frames[0].location.href.indexOf('direct2.html') == -1){
//	alert(parent.frames[0].location.href="../direct2"+ lang +".html#3\n");
//	alert(parent.frames[1].location.href="../start2" + lang + ".html");
	parent.frames[0].location.href="../direct2"+ lang +".html#3";
	parent.frames[1].location.href="../start2" + lang + ".html";
	}
else{
	parent.frames[0].location.href="../direct2.html#3";
	parent.frames[1].location.href="../start2.html#3";
	}
}






//	if (thislang == 'ca'){
//		var topLang = 'en castell&agrave'
//		}
//	else if (thislang == 'ja'{
//		var topLang = 'in Spanarishu'
//		}
//	else if (thislang == 'en'){
//		var topLang = 'anglesa'
//		}
