// JavaScript Document

document.write('<div id="faldon">');
document.write('	<div id="patrocinadores_faldon">');
document.write('		<div id="faldon1" style="float:left;"><a href="http://www.rivas-vaciamadrid.org/" target="_blank"></a></div>');
//document.write('		<div id="faldon2" style="float:left;"><a href="http://www.covibar.com" target="_blank"></a></div>');
document.write('		<div id="faldon3" style="float:left;"><a href="http://www.madrid.org" target="_blank"></a></div>');
//document.write('		<div id="faldon4" style="float:left;"><a href="http://www.avantis.es" target="_blank"></a></div>');
document.write('		<img src="http://www.basketrivasecopolis.com/images/linea_faldon.gif"/><br>');
document.write('		<p>CLUB DEPORTIVO BALONCESTO RIVAS © 2010 | Avda. Almendros S/N, 28522 Rivas Vaciamadrid - Madrid | CIF: G-85976074</p>');
document.write('	</div>');
document.write('</div>');

ven=""
function abrir(url,alto,ancho){
	win="fullscreen=0,directories=0,resizable=0,location=0,status=1,scrollbars=0,toolbar=0,menubar=0,width="+ancho+",height="+alto
	ven=window.open(url,'ven',win);
	window.ven.focus();
}