﻿var newImage=null;
//var path="http://www.xbrand.it";
var path="http://192.168.0.42/xbrand/xbrand%202009/";
ns4=(navigator.appName.indexOf("Netscape")>=0 && !document.getElementById)? 1 : 0;
ie4=(document.all && !document.getElementById)? 1 : 0;
ie5=(document.getElementById && document.all)? 1 : 0;
ns6=(document.getElementById && navigator.appName.indexOf("Netscape")>=0 )? 1: 0;
w3c=(document.getElementById)? 1 : 0;

function cambia_sfondo(sezione)
{
	if(w3c){var livello_sfondo=top.document.getElementById('sfondo');var livello_content=top.document.getElementById('content');}
	if(ie4){var livello_sfondo=top.document.all['sfondo'];var livello_content=top.document.all['content'];}
	if(ns4){var livello_sfondo=top.document.layers['sfondo'];var livello_content=top.document.layers['content'];}
	newImage="url('"+path+"img/sfondi/"+sezione+".jpg')";
	livello_sfondo.style.backgroundImage=newImage;
	livello_content.style.paddingTop=160+"px";
	}