/*------- HOME MOVE -------*/<!--var ScrH;window.onresize = homeMove;function homeMove(){	if(window.innerHeight){		ScrH = window.innerHeight;	}else if(document.documentElement && document.documentElement.clientHeight){		ScrH = document.documentElement.clientHeight;	}else if(document.body && document.body.clientHeight){		ScrH = document.body.clientHeight;	}	ScrH = Math.round((ScrH - 500)/2);	if(document.all){		document.all("home_wrapper").style.margin = ""+ ScrH +"px auto auto auto";	}else if(navigator.userAgent.indexOf("Gecko")!=-1){		document.getElementById("home_wrapper").style.margin = ""+ ScrH +"px auto auto auto";	}}//-->