// JavaScript Document
function tbl_thumbails_hide(url){
 document.getElementById('tbl_thumbails').style.display='none';
 document.getElementById('imagenbien').style.width='750'; 
 document.getElementById('imagenbien').style.height='400'; 

var rutavideo='<br /><div style="width:769px;height:385px;background-image:url(imgs/montanatv.gif);background-position:center center;background-repeat:no-repeat;vertical-align:middle"  align="center"><br /><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/'+url+'&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/'+url+'&hl=en&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></div>';
 document.getElementById('imagenbien').innerHTML=rutavideo; 
 
 //document.getElementById('leftimage').innerHTML='<img src="imgs/pestanadetallecamaraon.jpg" width="27" height="47" />'; 
 document.getElementById('opcion_ver').innerHTML='<a href="javascript:window.location.reload()"><img border="0"  src="imgs/fotocam.jpg"  /></a><br /><span onmousemove="cambiar_cursor(1)" onmouseout="cambiar_cursor(2)" onClick="window.location.reload()"  style="color:#FF0000"  class="searchlbox">Ver Fotos</span>'; 
}

function cambiar_cursor(opcion)//1 es mano 2 es mano
{
 if (opcion==1)
    document.body.style.cursor='hand';
 else
    document.body.style.cursor='default';
}