///
///       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 = '257###53###360###240'; 


// Template pour l'appel du Java
var strTemplateVRJava = '';
strTemplateVRJava += '<applet name="ptviewer" archive="ptviewer.jar" code="ptviewer.class" width="360" height="240">';
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 = '262###317###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/nuit/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(
'30','1<sup>er</sup> &eacute;tage Pilier Nord',strTemplateVRJava,strPositionTemplateVRJava,strTemplateInfoVR,strPositionTemplateInfoVR,strTemplateVRHighLight,'59###289###16###12',strTemplateInfoRollOverVR,null,null,
'31','2<sup>e</sup> &eacute;tage supérieur panoramique',strTemplateVRJava,strPositionTemplateVRJava,strTemplateInfoVR,strPositionTemplateInfoVR,strTemplateVRHighLight,'94###214###16###12',strTemplateInfoRollOverVR,null,null,
'32','Coursive du 2<sup>e</sup> &eacute;tage inférieur',strTemplateVRJava,strPositionTemplateVRJava,strTemplateInfoVR,strPositionTemplateInfoVR,strTemplateVRHighLight,'99###227###16###12',strTemplateInfoRollOverVR,null,null,
'33','Entrée du restaurant Altitude 95',strTemplateVRJava,strPositionTemplateVRJava,strTemplateInfoVR,strPositionTemplateInfoVR,strTemplateVRHighLight,'98###290###16###12',strTemplateInfoRollOverVR,null,null,
'34','Plate-forme Champ de Mars',strTemplateVRJava,strPositionTemplateVRJava,strTemplateInfoVR,strPositionTemplateInfoVR,strTemplateVRHighLight,'77###289###16###12',strTemplateInfoRollOverVR,null,null,
'35','Esplanade sous la Tour Eiffel',strTemplateVRJava,strPositionTemplateVRJava,strTemplateInfoVR,strPositionTemplateInfoVR,strTemplateVRHighLight,'77###364###16###12',strTemplateInfoRollOverVR,null,null
);
