/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
function GiftCard()
{
	TracciaSpostamentoSito('GiftCard');
   ResettaSottoMenu();
        YAHOO.util.Dom.addClass("m3_2", 'current');
     el='#visualizzatore_eventi';
     CaricaTesto('pagina.php?nome_articolo=Gift%20Card','#visualizzatore_eventi');

}
function ToysCard()
{
    ResettaSottoMenu();
        YAHOO.util.Dom.addClass("m3_1", 'current');
     el='#visualizzatore_eventi';
     CaricaTesto('pagina.php?nome_articolo=Toys%20Card','#visualizzatore_eventi');
     TracciaSpostamentoSito('ToysCard');
}
function NegozioOnLine()
{
    ResettaSottoMenu();
        YAHOO.util.Dom.addClass("m3_4", 'current');
     el='#visualizzatore_eventi';
     CaricaTesto('pagina.php?nome_articolo=Negozio%20On%20Line','#visualizzatore_eventi');
	 TracciaSpostamentoSito('NegozioOnLine');

}
function Eventi()
{ResettaSottoMenu();
        YAHOO.util.Dom.addClass("m3_3", 'current');

    el='#visualizzatore_eventi';
     CaricaTesto('news.php?produttore_id=2&categoria_id=9','#visualizzatore_eventi');
	 TracciaSpostamentoSito('Eventi');
}
