    //<![CDATA[
	
	function PopupPic(img) {
		window.open("win_image.php?img="+img,"","width=400,height=400,resizable=no,scrollbars=yes,status=0");
	}
	
	function renderMenu(div,href,texto,index){
		var so = new SWFObject("../flash/bt_menu.swf", "btmenu"+index, "190", "36", "9", "#ffffff");
		so.addParam("scale", "noscale");
		so.addParam("salign", "lt");
		so.addParam("menu", "false");
		so.addVariable("href", href);
		so.addVariable("textmenu", texto);
		so.addVariable("index", index);
		so.addVariable("div", div);
		so.write(div);
	}
	
	function renderTitular(div,texto,url){
		var so = new SWFObject("../flash/titulo.swf", "titulo", "170", "44", "9", "#ffffff");
		so.addParam("scale", "noscale");
		so.addParam("salign", "lt");
		so.addParam("menu", "false");
		so.addParam("wmode", "transparent");
		so.addVariable("titulo", texto);		
		so.addVariable("url", url);
		so.write(div);
	}
	
	function renderTitularInner(div,texto1,texto2){
		var so = new SWFObject("../flash/titulo_inner.swf", "titulo3", "368", "32", "9", "#ffffff");
		so.addParam("scale", "noscale");
		so.addParam("salign", "lt");
		so.addParam("menu", "false");
		so.addParam("wmode", "transparent");
		so.addVariable("texto1", texto1);
		so.addVariable("texto2", texto2);
		so.write(div);
	}
	
	function mailMe(sDom, sUser){
		return("mail"+"to:"+sUser+"@"+sDom.replace(/%23/g,"."));
	}
	
	function botoMenuCanalsBackGround(bgdivnom,selecionat,on) {
		if(!selecionat){
			if(on == 1){
				document.getElementById(bgdivnom).className = 'bg_mnu_canals_sel';
				document.getElementById(bgdivnom).style.backgroundColor = '#ffffff';				
			} else {
				document.getElementById(bgdivnom).className = 'bg_mnu_canals';
				document.getElementById(bgdivnom).style.backgroundColor = '#ffffff';
			}
		} else {
			document.getElementById(bgdivnom).style.backgroundColor = '#d8d6c9';
		}
		
	}
	
	function botoMenuDestacatsBackGround(num,selecionat,on) {
		if(!selecionat){
			if(on == 1){
				document.getElementById('bde' + num).className = 'boto_destacat_sel_esq';
				document.getElementById('bdc' + num).className = 'boto_destacat_sel_cen';
				document.getElementById('bdd' + num).className = 'boto_destacat_sel_dre';
			} else {
				document.getElementById('bde' + num).className = 'boto_destacat_esq';
				document.getElementById('bdc' + num).className = 'boto_destacat_cen';
				document.getElementById('bdd' + num).className = 'boto_destacat_dre';
			}
		}
	}
	
    //]]>
