﻿function ApriFinestraNews(URL) {//	finestra=window.open('', 'finestranews', 'scrollbars=yes,status=no,top=10,left='+(screen.width-630)+',width=620,height=500');	finestra=window.open('', 'finestranews', 'resizable=yes,scrollbars=auto,status=no,top=20,left=20,width=620,height=470');	finestra.focus();}function ApriFinestraRicetta() {//	finestra=window.open('', 'finestranews', 'scrollbars=yes,status=no,top=10,left='+(screen.width-630)+',width=620,height=500');	finestra=window.open('', 'finestraricetta', 'resizable=no,scrollbars=yes,status=no,top=20,left=20,width=538,height=420');	finestra.focus();}// gestione dei bannerNumeroTasti=1;PrePath="<?php echo $NavEngineImageFolderPath.$LanguagePathTag ?>";TastoSrcOff= new Array();TastoSrcOff[1]=PrePath+"tasto_home_off.gif";// Definizione delle immagini sorgenti dei bottoni OVERTastoSrcOver= new Array();TastoSrcOver[1]=PrePath+"tasto_home_over.gif";// Precaricamento delle immagini over dei bottoniTastoImgOver=new Array();for (index=1; index <= NumeroTasti; index++) {	TastoImgOver[index]=new Image();	TastoImgOver[index].src=TastoSrcOver[index];}function OverTasto(nome) {	eval('document.tasto_' + nome + '.src=TastoImgOver[numero].src');}function OutTasto(nome) {	eval('document.tasto_' + nome + '.src=TastoSrcOff[numero]');}