///
///       DATA pour les visites 360


// Tableau d'objets VR
var GEN_oVR = new Array();


// Les positions de ce template 
// left,top,width,height 
var strPositionTemplateVRJava = '186###67###574###352'; 


// Template pour l'appel du Java
var strTemplateVRJava = '';
strTemplateVRJava += '<applet name="ptviewer" archive="ptviewer.jar" code="ptviewer.class" width="574" height="350">';
strTemplateVRJava += '<param name="file" value="ptviewer:0">';
strTemplateVRJava += '<param name="pano0" value="	{file=p%CLE%.jpg}{pan=0}  {tilt=0}{fov=90} {fovmax=140} {fovmin=30}">';
strTemplateVRJava += '</applet>'; 


// Div contenant l'etat "actif"
var strTemplateVRHighLight = ''; 
strTemplateVRHighLight += '<img src="/teiffel/fr/ludique/visite/360/gene/image/over.gif" width="16" height="12">'; 


// Les positions de ce template
//                              left,top,width,height
var strPositionTemplateInfoVR = '285###470###303###55';


// Template pour les infos du VR 

var strTemplateInfoVR = ''; 
strTemplateInfoVR += '<table width="285" border="0" cellspacing="0" cellpadding="0">';
strTemplateInfoVR += '<tr>';
strTemplateInfoVR += '<td width="100"><img src="/teiffel/fr/ludique/visite/360/gene/image/carre.jpg" width="83" height="55"></td>';
strTemplateInfoVR += '<td width="185" class="info" vAlign="middle">%TEXT%</td>';
strTemplateInfoVR += '</tr>';
strTemplateInfoVR += '</table><br>';


// Template pour les infos du VR lors des rollovers

var strTemplateInfoRollOverVR = ''; 
strTemplateInfoRollOverVR += '<table width="285" border="0" cellspacing="0" cellpadding="0">';
strTemplateInfoRollOverVR += '<tr>';
strTemplateInfoRollOverVR += '<td width="100" background="/teiffel/fr/ludique/visite/360/gene/image/carre.gif"><img src="/teiffel/fr/ludique/visite/360/java_bd/jour/image/v%CLE%.jpg" width="83" height="55"></td>';
strTemplateInfoRollOverVR += '<td width="185" background="/teiffel/fr/ludique/visite/360/gene/image/carre.gif" class="info" vAlign="middle">%TEXT%</td>';
strTemplateInfoRollOverVR += '</tr>';
strTemplateInfoRollOverVR += '</table><br>';


// Creation du tableau d'objet de VR
//  cle        type  texte      
var GEN_aVR = new Array(
'20','Bureau de Gustave Eiffel',strTemplateVRJava,strPositionTemplateVRJava,strTemplateInfoVR,strPositionTemplateInfoVR,strTemplateVRHighLight,'68###149###16###12',strTemplateInfoRollOverVR,null,null,
'08','Vue du sommet',strTemplateVRJava,strPositionTemplateVRJava,strTemplateInfoVR,strPositionTemplateInfoVR,strTemplateVRHighLight,'73###133###16###12',strTemplateInfoRollOverVR,null,null,
'26','Escalier du 2<sup>e</sup> au 3<sup>e</sup> &eacute;tage<br>Vue sur le Trocad&eacute;ro',strTemplateVRJava,strPositionTemplateVRJava,strTemplateInfoVR,strPositionTemplateInfoVR,strTemplateVRHighLight,'73###196###16###12',strTemplateInfoRollOverVR,null,null,
'25','Escalier du 2<sup>e</sup> au 3<sup>e</sup> &eacute;tage<br>Vue sur le Champ de Mars',strTemplateVRJava,strPositionTemplateVRJava,strTemplateInfoVR,strPositionTemplateInfoVR,strTemplateVRHighLight,'74###211###16###12',strTemplateInfoRollOverVR,null,null,
'16','Restaurant Le Jules Verne',strTemplateVRJava,strPositionTemplateVRJava,strTemplateInfoVR,strPositionTemplateInfoVR,strTemplateVRHighLight,'81###299###16###12',strTemplateInfoRollOverVR,null,null,
'18','Vue de Paris depuis la salle Gustave Eiffel',strTemplateVRJava,strPositionTemplateVRJava,strTemplateInfoVR,strPositionTemplateInfoVR,strTemplateVRHighLight,'23###385###16###12',strTemplateInfoRollOverVR,null,null,
'17','Terrasse du 1<sup>er</sup> &eacute;tage',strTemplateVRJava,strPositionTemplateVRJava,strTemplateInfoVR,strPositionTemplateInfoVR,strTemplateVRHighLight,'39###385###16###12',strTemplateInfoRollOverVR,null,null,
'19','La salle Gustave Eiffel',strTemplateVRJava,strPositionTemplateVRJava,strTemplateInfoVR,strPositionTemplateInfoVR,strTemplateVRHighLight,'57###386###16###12',strTemplateInfoRollOverVR,null,null,
'05','Plate-forme Champ de Mars',strTemplateVRJava,strPositionTemplateVRJava,strTemplateInfoVR,strPositionTemplateInfoVR,strTemplateVRHighLight,'77###378###16###12',strTemplateInfoRollOverVR,null,null,
'14','Restaurant Altitude 95',strTemplateVRJava,strPositionTemplateVRJava,strTemplateInfoVR,strPositionTemplateInfoVR,strTemplateVRHighLight,'99###381###16###12',strTemplateInfoRollOverVR,null,null,
'01','Pilier Nord',strTemplateVRJava,strPositionTemplateVRJava,strTemplateInfoVR,strPositionTemplateInfoVR,strTemplateVRHighLight,'60###458###16###12',strTemplateInfoRollOverVR,null,null,
'03','Esplanade sous la Tour Eiffel',strTemplateVRJava,strPositionTemplateVRJava,strTemplateInfoVR,strPositionTemplateInfoVR,strTemplateVRHighLight,'86###458###16###12',strTemplateInfoRollOverVR,null,null,
'02','Pilier Sud<br>Entr&eacute;e du Jules Verne',strTemplateVRJava,strPositionTemplateVRJava,strTemplateInfoVR,strPositionTemplateInfoVR,strTemplateVRHighLight,'110###458###16###12',strTemplateInfoRollOverVR,null,null,
'29','Machinerie',strTemplateVRJava,strPositionTemplateVRJava,strTemplateInfoVR,strPositionTemplateInfoVR,strTemplateVRHighLight,'168###467###16###12',strTemplateInfoRollOverVR,null,null
);
