function comprovacio(camps,noms,eltexte,frase){
	camps=camps.split(',');
	noms=noms.split(',');
	correcte=1;

	for(i=0;i<(camps.length-1);i++){
		if(!document.getElementById(camps[i]).value){
			alert(eltexte+noms[i]);
			document.getElementById(camps[i]).focus();
			correcte=0;
		}
	}
	
	if(correcte){
		if(confirm(frase)) correcte=1;
		else correcte=0;
	}
	
	if(correcte){
		cargar(1,'Cargando ');
		return true
	}else return false;
}

//<![CDATA[
function load(server) {
	if (GBrowserIsCompatible()) {
		var icon = new GIcon();
		icon.image = 'http://' + server + '/templates/web/img/logoterraetrans.png';
		icon.iconSize = new GSize(134, 132);
		icon.iconAnchor = new GPoint(-20, 5);
		icon.infoWindowAnchor = new GPoint(0,30);
		var direccion = "\
		<font class='tipLetra'>\
		<b>TERRAE NOSTRUM COMUNICACIONS, SL</b><br />\
		Carrer Mataró, 29-31, 3r, 1ª<br />\
		08400 - Granollers, Barcelona<br />\
		<br />\
		Tel: +34 93 840 16 03<br />\
		Tel: +34 93 849 47 28<br />\
		Fax: +34 93 840 16 03<br />\
		info@serviciosmarketingbluetooth.com<br />\
		</font>";
		var marcador = new GMarker(new GLatLng(41.609572,2.278958),icon); 
		GEvent.addListener(marcador, 'click', function(){marcador.openInfoWindowHtml(direccion);});
		var map = new GMap2(document.getElementById("map"));
		map.setCenter(new GLatLng(41.609572,2.278958), 17); 
		map.setMapType(G_NORMAL_MAP);
		map.addControl(new GSmallMapControl());
		map.addOverlay(marcador);
		marcador.openInfoWindowHtml(direccion);
	}
}
//]]>
function obrirSubmenu(capa){
	document.getElementById(capa).style.position='relative';
	document.getElementById(capa).style.visibility='visible';
	document.getElementById('link_'+capa).className='submenuON';
	document.getElementById('mes_'+capa).src=mesoff.src;
}
