function marcaSM(a){
	document.getElementById("sm"+a).style.backgroundColor = "#BAEAF9";	
}
function marcaCF(a){
	document.getElementById("cf"+a).style.backgroundColor = "#8DAD33";
	document.getElementById("cf"+a).style.color = "#fff";	
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function menuD(a){
	for(var i=1; i<3;i++){
		if(i==a){
			document.getElementById("menuD"+i).style.background = "#748474";
			document.getElementById("act"+i).style.visibility = "visible";		
		}
		else{
			document.getElementById("menuD"+i).style.background = "#9FAF9F";
			document.getElementById("act"+i).style.visibility = "hidden";		
		}
	}
	
}
function CreateBookmarkLink() {
	title = "Club Las Encinas de Boadilla";
	url = "http://www.clublasencinas.com";
	if (window.sidebar) {
	// Mozilla Firefox Bookmark
		window.sidebar.addPanel(title, url,"");
	} else if( window.external ) {
	// IE Favorite
		window.external.AddFavorite( url, title);
	}
	else if(window.opera && window.print) {
	// Opera Hotlist
		return true; }
}
function abre(a,b,w,h,s){
	window.open(a,b,'width='+w+', height='+h+', scrollbars='+s+', location=0');			
}
function marcaM(a){
	document.getElementById("m"+a).style.backgroundColor="#449FB3";	
}
var tt=-1700;
var cc=1;
var o = 0;
var stp = 20;
function mueve(){
	clearTimeout(parada2);
		if(tt<0) {
		tt+=cc;	
		o-=cc;
		document.getElementById("scrollfotosint2").style.left=o+"px";
		parada=setTimeout("mueve()",5);
		
	} else{o=0; tt=-1700;mueve2(); return false;}
}
parada = null;
parada2 = null;
function mueve2(){
	if(tt<0) {
		tt+=cc;	
		o-=cc;
		document.getElementById("scrollfotosint2").style.left=o+"px";
		parada=setTimeout("mueve2()",5);
	} else{o=0; tt=-1700;mueve(); return false;}
}
function para(){
	var es = o;
	document.getElementById("scrollfotosint2").style.left=es+"px";
	clearTimeout(parada);
	parada2 =setTimeout("para()",5);
}
var f = new Array();
f[0] ="<script type=text/javascript>AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','468','height','60','title','Actividades Culturales','src','images/banners/468a','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','images/banners/468a' ); </script><object classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0 width=468 height=60 title=Actividades Culturales><param name=movie value=images/banners/468a.swf /><param name=quality value=high /><embed src=images/banners/468a.swf quality=high pluginspage=http://www.macromedia.com/go/getflashplayer type=application/x-shockwave-flash width=468 height=60></embed></object>";
f[1] ="<img src=images/banners/banner_468_deport.gif alt=Actividades deportivas>";
function cambiaBanner(){
	var nr = Math.round(Math.random()* 1);
	if(nr<0.5){
		nr = 0;
	}else{ nr =1}	
	document.getElementById("publicidad").innerHTML = f[nr];
}