function ubicam(){
	href="http://maps.google.es/maps/ms?ie=UTF8&hl=es&msa=0&msid=103563366877160222875.00047295f3244add765a0&ll=41.411868,2.200356&spn=0.023109,0.055747&z=15&output=embed";
	window.open(href); 
}

jQuery(document).ready(function(){
	if((navigator.appName!='Firefox')&&(navigator.appName!='Mozilla')&&(navigator.appName!='Opera')) {
		if (/MSIE (\d+\.\d+);/.test(navigator.userAgent)){ //test for MSIE x.x;
			 var ieversion=new Number(RegExp.$1) // capture x.x portion and store as a number
			 if (ieversion<7) window.location="http://gollum.digital360.cat/talentfactories/incompt.html"; 
		}
	}
	if (navigator.appName=='Opera'){
		//alert("---Aquest portal no esta optimitzat per Opera.-- Este portal no esta optimizado para Opera.-- This portal isn't optimitzet by Opera.");
	}
	jQuery(document).pngFix(); 
	jQuery("#jocFlash").click(function(){
										
		jQuery("#panell-flash").slideToggle("slow");
		$(this).toggleClass("active"); return false;
 	});

	jQuery('#llistaMenu').kwicks({min : 45, spacing : 3,sticky : true,isVertical : false});
	
	
	/****************Compativilitat Navegadors******************************/
	if((navigator.userAgent.search("Firefox/3.5")<0)&&(navigator.userAgent.search("Firefox/3.6")<0)&&(navigator.userAgent.search("MSIE")<0)) document.getElementById("rebreInfo").style.marginTop='-19px';
	if(navigator.userAgent.search("Firefox/2")>0) document.getElementById("idiomaBorder").style.marginRight='33px';

//	alert(document.getElementById('content').scrollWidth);	
})

