

var accesible_index;

accesible_index ='<a href="comprar.asp"><img src="images/bcomprar.jpg" alt="Comprar" width="159" height="85" /></a><a href="alquilar.asp"><img src="images/balquilar.jpg" alt="Alquilar" width="140" height="85" /><a href="vender.asp"><img src="images/bvender.jpg" alt="Vender" width="117" height="85" /></a><a href="onueva.asp"><img src="images/bobranueva.jpg" alt="Obra Nueva" width="165" height="85" /></a>';


function poner_flash(peli,ancho,alto,accesible)
	{
		document.write('<object type="application/x-shockwave-flash" width="'+ancho+'" height="'+alto+'" data="'+peli+'">\n');
		document.write('<param name="movie" value="'+peli+'" />\n');
		document.write('<param name="quality" value="high" />\n');
		document.write('<param name="wmode" value="transparent" />\n');
		document.write(accesible+'\n');
		document.write('</object>\n');
		return false;
	}
