Implantés dans le Midi de l’Auvergne et spécialistes des technologies libres et accessibles, nous vous accompagnons dans votre communication sur internet.
Suggested improvement : add
onmousedown="return false ;" ondrag="return false ;"
into the main pano img - helps stop the "UI" from going screwy under normal use (users have dried dragging the pano img and it "went ugly")
ie <img src="img/sculpteur.jpg" class="advancedpanorama" width="2448" height="375" usemap="testmap" alt="Atelier du sculpteur" /> becomes <img src="img/sculpteur.jpg" class="advancedpanorama" onmousedown="return false ;" ondrag="return false ;" width="2448" height="375" usemap="testmap" alt="Atelier du sculpteur" />
If I was more clever I would do this in (...)