function setStat(id,to){
if(!to) document.getElementById('visor360').style.visibility='hidden';
else document.getElementById('visor360').style.visibility='visible';}
function recolocarVisor(){
document.getElementById('visor360').style.top='50px';
document.getElementById('visor360').style.left=(document.body.clientWidth/2)-400+'px';}
function mostrarImagen(imagen){
var texto='<applet name="player" archive="/es_en/torresyv/visita_virtual/PurePlayerPro.jar" code="PurePlayerPro" width="800" height="370" MAYSCRIPT>';
texto+='<param name="gui" value="/es_en/torresyv/visita_virtual/gui.en.xml">';
texto+='<param name="panorama" value="/es_en/torresyv/visita_virtual/pano/pano'+imagen+'.xml">';
texto+='<param name="bgcolor" value="0x666666">';
texto+='<param nam="usecache" value="false">';
texto+='</applet>';
setTimeout("setStat('visor360', true)",2000);
document.getElementById('visor360').innerHTML=texto;}
function texto_img(zona){
var header='';var corpse='';
switch (zona){
case "A":
header='<img src="/es_es/Images/A.en_tcm10-1401.jpg" border="0" alt="Avantgarde Urbanism an Architecture" title="Avantgarde Urbanism an Architecture" />';
corpse='The Four Towers Business Area has become a landmark of Madrid´s landscape. World-class architects have worked together on this project that has become one of the most important high-rise developments of Europe.The SyV Tower is located in a privileged spot with easy access to transport and general services.';break;
case "B":
header='<img src="/es_es/Images/B.en_tcm10-1403.jpg" border="0" alt="Innovative Interior Design" title="Innovative Interior Design" />';
corpse='Innovative Interior Design Office space has been designed to work with different types of furniture.Building and office floor allows for an optimization of space, minimizing the loss of usable area significantly.';break;
case "C":
header='<img src="/es_es/Images/C.en_tcm10-1404.jpg" border="0" alt="Sustainability and Eco-Efficiency" title="Sustainability and Eco-Efficiency" />';
corpse='One of the building´s main features is its "double-skin" facade, which allows important energy savings and facilitates maintenance. While the inner skin adapts to the different use of floors, making them independent and allowing perfect climate control, the outer skin gives the building a homogenous look.Each of the 17 floors dedicated to offices has an area of 1,258.23m2.';break;
case "D":
header='<img src="/es_es/Images/D.en_tcm10-1400.jpg" border="0" alt="Separate and Self-Contained Spaces" title="Separate and Self-Contained Spaces" />';
corpse='There are two separate lobbies in the first floor: one for the 17 floors of offices located in the top floors and another one for a five-star hotel with its own separate space.The offices have 8 high-speed elevators running from the first floor to the floors 34 to 50, 3 elevators leading to the parking, 1 freight elevator and 2 emergency elevators.';break;
case "E":
header='<img src="/es_es/Images/D.en_tcm10-1400.jpg" border="0" alt="Separate and Self-Contained Spaces" title="Separate and Self-Contained Spaces" />';
corpse='There are two separate lobbies in the first floor: one for the 17 floors of offices located in the top floors and another one for a five-star hotel with its own separate space.';break;
}
document.getElementById('h').innerHTML=header;
document.getElementById('p').innerHTML=corpse;
return;}
/* Comentario */
