function openBox(Expression) {
			
				switch (Expression)
					{
					  case 1:  //Place d'Aine
					    parent.GB_showFullScreen('Place d Aine','http://www.limoges360.com/pano.php?pa=109');
					  break;
					  
					  case 2:  //Pont Saint Martial
					    parent.GB_showFullScreen('Pont Saint Martial','http://www.limoges360.com/pano.php?pa=97');
					  break;
					  
					  case 3:  //Halles centrales
					    parent.GB_showFullScreen('Halles centrales','http://www.limoges360.com/pano.php?pa=46');
					  break;
					  
					  case 4:  //Four des Casseaux
					    parent.GB_showFullScreen('Four des Casseaux','http://www.limoges360.com/pano.php?pa=59');
					  break;
					  
					  case 5:  //Place de la Republique
					    parent.GB_showFullScreen('Place de la Republique','http://www.limoges360.com/pano.php?pa=107');
					  break;
					  
					  case 6:  //Rue Jean Jaures
					    parent.GB_showFullScreen('Rue Jean Jaures','http://www.limoges360.com/pano.php?pa=120');
					  break;
					  
					  case 7:  //Patinoire Olympique
					    parent.GB_showFullScreen('Patinoire Olympique','http://www.limoges360.com/pano.php?pa=149');
					  break;
					  
					  case 8:  //Tribunal de Grande Instance
					    parent.GB_showFullScreen('Tribunal de Grande Instance','http://www.limoges360.com/pano.php?pa=89');
					  break;
					  
					  case 9:  //Place Saint Aurelien
					    parent.GB_showFullScreen('Place Saint Aurelien','http://www.limoges360.com/pano.php?pa=110');
					  break;
					  
					  case 10:  //Cour du Temple
					    parent.GB_showFullScreen('Cour du Temple','http://www.limoges360.com/pano.php?pa=117');
					  break;
					  
					  case 11:  //Pont Saint Etienne sous la neige
					    parent.GB_showFullScreen('Pont Saint Etienne sous la neige','http://www.limoges360.com/pano.php?pa=95');
					  break;
					  
					  case 12:  //Bibliotheque Francophone Multimedia
					    parent.GB_showFullScreen('Bibliotheque Francophone Multimedia','http://www.limoges360.com/pano.php?pa=1');
					  break;
					  
					  case 13:  //Cathedrale Saint Etienne
					    parent.GB_showFullScreen('Cathedrale Saint Etienne','http://www.limoges360.com/pano.php?pa=7');
					  break;
					  
					  case 14:  //Jardins de l'Eveche
					    parent.GB_showFullScreen('Jardins de l Eveche','http://www.limoges360.com/pano.php?pa=24');
					  break;
					  
					  case 15:  //Parc Victor Thuillat
					    parent.GB_showFullScreen('Parc Victor Thuillat','http://www.limoges360.com/pano.php?pa=30');
					  break;
					  
					  case 16:  //Pub L'Irlandais
					    parent.GB_showFullScreen('Pub L Irlandais','http://www.limoges360.com/pano.php?pa=35');
					  break;
					  
					  case 17:  //Four des Casseaux
					    parent.GB_showFullScreen('Four des Casseaux','http://www.limoges360.com/pano.php?pa=63');
					  break;
					  
					  case 18:  //Mairie
					    parent.GB_showFullScreen('Mairie','http://www.limoges360.com/pano.php?pa=88');
					  break;
					  
					  case 19:  //Prefecture
					    parent.GB_showFullScreen('Prefecture','http://www.limoges360.com/pano.php?pa=93');
					  break;
					  
					  case 20:  //Place saint Michel
					    parent.GB_showFullScreen('Place saint Michel','http://www.limoges360.com/pano.php?pa=115');
					  break;
					  
					  case 21:  //Le Pont Neuf
					    parent.GB_showFullScreen('Le Pont Neuf','http://www.limoges360.com/pano.php?pa=98');
					  break;
					  
					  case 22:  //Grand Theatre
					    parent.GB_showFullScreen('Le Grand Theatre','http://www.limoges360.com/pano.php?pa=138');
					  break;
					  
					  case 23:  //Concert au Zenith
					    parent.GB_showFullScreen('Concert au Zenith','http://www.limoges360.com/pano.php?pa=147');
					  break;
					  
					  case 24:  //Gare des Benedictins
					    parent.GB_showFullScreen('Gare des Benedictins','http://www.limoges360.com/pano.php?pa=154');
					  break;
					  
					  case 25:  //Gare des Charentes
					    parent.GB_showFullScreen('Gare des Charentes','http://www.limoges360.com/pano.php?pa=156');
					  break;
					  
					  default:
					    
					  break;
					}				
				
			}