function CallToPassVarToSwf() {
	if (document.all) {
		window.document.nv_en_id.SetVariable("_root.sNv", varToFlash);
		window.document.nv_en_id.TGotoLabel("/", "initNvFr");
	} else {
		window.document.embeds[0].SetVariable("_root.sNv", varToFlash);
		window.document.embeds[0].TGotoLabel("/", "initNvFr");
	}
}
//
function abrirVentana (url){
       remoto=window.open(url,"window","width=620,height=400,toolbar=no,status=yes,directories=no,location=no,menubar=no,resizable=yes,copyhistory=yes,scrollbars=yes"); 
       remoto.focus(); 
}
//
function ventana (url){
        remoto=window.open(url,"window","width=620,height=400,toolbar=no,status=yes,directories=no,location=no,menubar=no,resizable=yes,copyhistory=yes,scrollbars=yes");
		remoto.focus();
}
