// JavaScript Document
function obremapa(imatge,x,y){	//(ample, alt,nom)
	if(!x) x=415;
	if(!x) y=415;
	s="height="+y+",width="+x;
	url='winopen.htm?imatge='+imatge+'&x='+x+'&y='+y;
	window.open(url,0,"status=0,top=0,left=0,location=0,toolbar=0,scrollbars=0,menubar=0,directories=0,"+s);
}

function iniciHome(){
	var ieVer=/*@cc_on function(){ switch(@_jscript_version){ case 1.0:return 3; case 3.0:return 4; case 5.0:return 5; case 5.1:return 5; case 5.5:return 5.5; case 5.6:return 6; case 5.7:return 7; case 5.8:return 8; }}()||@*/0;
	if(ieVer&&ieVer*1<7){
		//alert('dins');
		document.getElementById('capcalera').style.position='';
		document.getElementById('contingutPagina').style.marginTop='0px';
		document.getElementById('contingutPagina').style.padding='0px';
		document.getElementById('capaBuida').style.position='absolute';		
	}
}

function inici(){
	var ieVer=/*@cc_on function(){ switch(@_jscript_version){ case 1.0:return 3; case 3.0:return 4; case 5.0:return 5; case 5.1:return 5; case 5.5:return 5.5; case 5.6:return 6; case 5.7:return 7; case 5.8:return 8; }}()||@*/0;
	if(ieVer&&ieVer*1<7){
		//alert('dins');
		document.getElementById('capcalera').style.position='';
		document.getElementById('menusLaterals').style.position='absolute';
		document.getElementById('menusLaterals').style.float='left';
		document.getElementById('contingutPagina').style.marginTop='0px';
		document.getElementById('contingutPagina').style.padding='0px';
		document.getElementById('contingutInterior').style.marginLeft='129px';
		document.getElementById('contingutInterior').style.padding='0px';
		document.getElementById('capaBuida').style.position='absolute';
	}
}

function clients(){
	document.online.submit();
}
function clients2(){
	document.online2.submit();
}
