function tabl(tablName) {
	tablPath = _prefixLevel + "tir_addon/tabelle/" + tablName + ".htm";
	tabella = window.open(tablPath,"tabella","width=640,height=500,left=50,top=50,dependent=yes,location=no,menubar=no,resizable=no,scrollbars=yes,status=no,toolbar=no");
}
function expl(explName) {
	explPath = _prefixLevel + "tir_addon/expl/" + explName + ".htm";
	explicatione = window.open(explPath,"spiegazione","width=640,height=500,left=50,top=50,dependent=yes,location=no,menubar=no,resizable=no,scrollbars=yes,status=no,toolbar=no");
}
function expl_ult(explUltName) {
	explUltPath = _prefixLevel + "tir_addon/expl_ult/" + explUltName + ".htm";
	explicationeulteriori = window.open(explUltPath,"ulteriori_spiegazione","width=810,height=600,left=50,top=50,dependent=yes,location=no,menubar=no,resizable=no,scrollbars=yes,status=no,toolbar=no");
}
/*
function voc(vocLetter,vocWord) {
	vocPath = _prefixLevel + "tir_addon/vocabolario/" + vocLetter + ".htm" + "#" + vocWord;
	vocabolario = window.open(vocPath,"vocabolario","width=640,height=225,left=50,top=50,dependent=yes,location=no,menubar=no,resizable=no,scrollbars=yes,status=no,toolbar=no");
}
function vocSM(vocLetter) {
	vocPath = _prefixLevel + "tir_addon/vocabolario/" + vocLetter + ".htm";
	vocabolario = window.open(vocPath,"vocabolario","width=640,height=600,left=50,top=50,dependent=yes,location=no,menubar=no,resizable=no,scrollbars=yes,status=no,toolbar=no");
	vocabolario.focus();
}
*/
function voc(vocLetter,vocWord) {
	vocPath = _prefixLevel + "tir_addon/vocabolario/vocabolario.htm" + "#voc=" + vocWord;
	vocabolario = window.open(vocPath,"vocabolario","width=640,height=365,left=50,top=50,dependent=yes,location=no,menubar=no,resizable=no,scrollbars=yes,status=yes,toolbar=no");
}
function vocSM(vocLetter) {
	vocPath = _prefixLevel + "tir_addon/vocabolario/vocabolario.htm" + "#let=" + vocLetter;
	vocabolario = window.open(vocPath,"vocabolario","width=640,height=365,left=50,top=50,dependent=yes,location=no,menubar=no,resizable=no,scrollbars=yes,status=yes,toolbar=no");
}
function vocSUB(vocSub) {
	vocPath = _prefixLevel + "tir_addon/vocabolario/vocabolario.htm" + "#sub=" + vocSub;
	vocabolario = window.open(vocPath,"vocabolario","width=640,height=365,left=50,top=50,dependent=yes,location=no,menubar=no,resizable=no,scrollbars=yes,status=yes,toolbar=no");
}
function vocCAP(vocCap) {
	vocPath = _prefixLevel + "tir_addon/vocabolario/vocabolario.htm" + "#cap=" + vocCap;
	vocabolario = window.open(vocPath,"vocabolario","width=640,height=365,left=50,top=50,dependent=yes,location=no,menubar=no,resizable=no,scrollbars=yes,status=yes,toolbar=no");
}
function vocALL() {
	vocPath = _prefixLevel + "tir_addon/vocabolario/vocabolario.htm" + "#all";
	vocabolario = window.open(vocPath,"vocabolario","width=640,height=365,left=50,top=50,dependent=yes,location=no,menubar=no,resizable=no,scrollbars=yes,status=yes,toolbar=no");
}
function vocWRD(freeWord) {
	vocPath = _prefixLevel + "tir_addon/vocabolario/vocabolario.htm" + "#wrd=" + freeWord;
	vocabolario = window.open(vocPath,"vocabolario","width=640,height=365,left=50,top=50,dependent=yes,location=no,menubar=no,resizable=no,scrollbars=yes,status=yes,toolbar=no");
}




function cap(capName){
	window.open(capName,"capitolo","width=810,height=600,left=50,top=50,dependent=yes,location=no,menubar=no,resizable=no,scrollbars=yes,status=no,toolbar=no");
}
function capLinks(a,b,c){
	capitolo=a;
	fermata=b;
	if(c=="00") {
		sezione="";
	} else {
		sezione="#node"+c;
	}
	P="../"+capitolo+"/"+capitolo+fermata+".htm?trn"+sezione;
	//alert(P+"\n"+T);
	document.write("&nbsp;<a href=\"javascript:cap(\'"+P+"\')\"><img src=\""+_prefixLevel+"images/txt_sign_link_blank.gif\" alt=\"aprilo in una nuova finestra\" title=\"aprilo in una nuova finestra\" width=\"12\" height=\"11\" border=\"0\"></a>");
}
