///
///       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/uk/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/uk/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/uk/ludique/visite/360/gene/image/carre.gif"><img src="/teiffel/uk/ludique/visite/360/java_bd/jour/image/v%CLE%.jpg" width="83" height="55"></td>';
strTemplateInfoRollOverVR += '<td width="185" background="/teiffel/uk/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','Gustave Eiffel office',strTemplateVRJava,strPositionTemplateVRJava,strTemplateInfoVR,strPositionTemplateInfoVR,strTemplateVRHighLight,'68###149###16###12',strTemplateInfoRollOverVR,null,null,
'08','View from the top',strTemplateVRJava,strPositionTemplateVRJava,strTemplateInfoVR,strPositionTemplateInfoVR,strTemplateVRHighLight,'73###133###16###12',strTemplateInfoRollOverVR,null,null,
'26','Stairs from second to top level<br>View onto Trocadero',strTemplateVRJava,strPositionTemplateVRJava,strTemplateInfoVR,strPositionTemplateInfoVR,strTemplateVRHighLight,'73###196###16###12',strTemplateInfoRollOverVR,null,null,
'25','Stairs from second to top level<br>View onto Champ de Mars',strTemplateVRJava,strPositionTemplateVRJava,strTemplateInfoVR,strPositionTemplateInfoVR,strTemplateVRHighLight,'74###211###16###12',strTemplateInfoRollOverVR,null,null,
'16','Le Jules Verne restaurant',strTemplateVRJava,strPositionTemplateVRJava,strTemplateInfoVR,strPositionTemplateInfoVR,strTemplateVRHighLight,'81###299###16###12',strTemplateInfoRollOverVR,null,null,
'18','View of Paris from the Gustave Eiffel room',strTemplateVRJava,strPositionTemplateVRJava,strTemplateInfoVR,strPositionTemplateInfoVR,strTemplateVRHighLight,'23###385###16###12',strTemplateInfoRollOverVR,null,null,
'17','First floor terrasse',strTemplateVRJava,strPositionTemplateVRJava,strTemplateInfoVR,strPositionTemplateInfoVR,strTemplateVRHighLight,'39###385###16###12',strTemplateInfoRollOverVR,null,null,
'19','Gustave Eiffel room',strTemplateVRJava,strPositionTemplateVRJava,strTemplateInfoVR,strPositionTemplateInfoVR,strTemplateVRHighLight,'57###386###16###12',strTemplateInfoRollOverVR,null,null,
'05','Champ de Mars platform',strTemplateVRJava,strPositionTemplateVRJava,strTemplateInfoVR,strPositionTemplateInfoVR,strTemplateVRHighLight,'77###378###16###12',strTemplateInfoRollOverVR,null,null,
'14','Altitude 95 restaurant',strTemplateVRJava,strPositionTemplateVRJava,strTemplateInfoVR,strPositionTemplateInfoVR,strTemplateVRHighLight,'99###381###16###12',strTemplateInfoRollOverVR,null,null,
'01','North Pillar',strTemplateVRJava,strPositionTemplateVRJava,strTemplateInfoVR,strPositionTemplateInfoVR,strTemplateVRHighLight,'60###458###16###12',strTemplateInfoRollOverVR,null,null,
'03','Esplanade under the Eiffel Tower',strTemplateVRJava,strPositionTemplateVRJava,strTemplateInfoVR,strPositionTemplateInfoVR,strTemplateVRHighLight,'86###458###16###12',strTemplateInfoRollOverVR,null,null,
'02','South Pillar<br>Entrance to Jules Verne restaurant',strTemplateVRJava,strPositionTemplateVRJava,strTemplateInfoVR,strPositionTemplateInfoVR,strTemplateVRHighLight,'110###458###16###12',strTemplateInfoRollOverVR,null,null,
'29','Machinery',strTemplateVRJava,strPositionTemplateVRJava,strTemplateInfoVR,strPositionTemplateInfoVR,strTemplateVRHighLight,'168###467###16###12',strTemplateInfoRollOverVR,null,null
);
