// Console

function goHome(){
  var str = "index.php";
  this.window.document.location.href = str;
}
function goChi(){
  var str = "index.php?quo=chi_siamo";
  this.window.document.location.href = str;
}
function goCosa(){
  var str = "index.php?quo=cosa";
  this.window.document.location.href = str;
}

function goContatti(){
  var str = "index.php?quo=contatti";
  this.window.document.location.href = str;
}

// FUNZIONI PER IL CARICAMENTO DELLE 
// CONSOLE DI NAVIGAZIONE FLASH
// IN ALTERNATIVA ALL'HTML

function caricaConsoleAlta()
{

var testoCorrente = this.window.document.getElementById('testata').innerHTML;
var testContestoAlto = this.window.document.getElementById('contestoAlto').title;

var testoNuovo = '<object type="application/x-shockwave-flash" data="/consolle/_consolle_alta.swf" width="800" height="85"><param name="movie" value="/consolle/_consolle_alta.swf" /><param name="quality" value="high" /><param name="flashvars" value="sezione='+testContestoAlto+'">'+testoCorrente+'</object>';

this.window.document.getElementById('testata').innerHTML = testoNuovo;

}

function caricaConsoleAltaUK()
{

var testoCorrente = this.window.document.getElementById('testata').innerHTML;
var testContestoAlto = this.window.document.getElementById('contestoAlto').title;

var testoNuovo = '<object type="application/x-shockwave-flash" data="/consolle/_consolle_alta_uk.swf" width="800" height="85"><param name="movie" value="/consolle/_consolle_alta_uk.swf" /><param name="quality" value="high" /><param name="flashvars" value="sezione='+testContestoAlto+'">'+testoCorrente+'</object>';

this.window.document.getElementById('testata').innerHTML = testoNuovo;

}



function caricaConsoleDX()
{
var testoCorrente = this.window.document.getElementById('consoleDX').innerHTML;
var testoContestoDX = this.window.document.getElementById('contestoDX').title;

var testoNuovo = '<object type="application/x-shockwave-flash" data="/consolle/_consolle_verticale.swf" width="190" height="230"><param name="movie" value="/consolle/_consolle_verticale.swf" /><param name="flashVars" value="contesto='+testoContestoDX+'" /><param name="quality" value="high" />'+testoCorrente+'</object>';

this.window.document.getElementById('consoleDX').innerHTML = testoNuovo;
}

function caricaConsoleDXUK()
{
var testoCorrente = this.window.document.getElementById('consoleDX').innerHTML;
var testoContestoDX = this.window.document.getElementById('contestoDX').title;

var testoNuovo = '<object type="application/x-shockwave-flash" data="/consolle/_consolle_verticale_uk.swf" width="190" height="230"><param name="movie" value="/consolle/_consolle_verticale_uk.swf" /><param name="flashVars" value="contesto='+testoContestoDX+'" /><param name="quality" value="high" />'+testoCorrente+'</object>';

this.window.document.getElementById('consoleDX').innerHTML = testoNuovo;
}


function caricaConsoleBassa() {
var testoCorrente = this.window.document.getElementById('piede').innerHTML;
var testoContestoBasso = this.window.document.getElementById('contestoBasso').title;

var testoNuovo = '<object type="application/x-shockwave-flash" data="/consolle/_consolle_bassa.swf" width="800" height="55"><param name="movie" value="/consolle/_consolle_bassa.swf" /><param name="quality" value="high" /><param name="flashvars" value="sezione='+testoContestoBasso+'">'+testoCorrente+'</object>';

this.window.document.getElementById('piede').innerHTML = testoNuovo;
}

function caricaConsoleBassaUK() {
var testoCorrente = this.window.document.getElementById('piede').innerHTML;
var testoContestoBasso = this.window.document.getElementById('contestoBasso').title;

var testoNuovo = '<object type="application/x-shockwave-flash" data="/consolle/_consolle_bassa_uk.swf" width="800" height="55"><param name="movie" value="/consolle/_consolle_bassa_uk.swf" /><param name="quality" value="high" /><param name="flashvars" value="sezione='+testoContestoBasso+'">'+testoCorrente+'</object>';

this.window.document.getElementById('piede').innerHTML = testoNuovo;
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  this.window.window.open(theURL,winName,features);
}

function apriFinestra(fileDaAprire){
  var myRef = this.window.open(fileDaAprire, "Med-Aniene", "height=460,width=600,resizable,scrollbars=auto");
  myRef.focus();
}


