// Menu de Navegacion
// Diseño: Victor Rodriguez
// Fecha : 29/03/2009

(function(){
var menu1=new Scl.Menu(150);
  menu1.addItem('Le plan des activit\és','http://www.trilobitejam.com/fran/jamplan.html');
  menu1.addItem('Logements','http://www.trilobitejam.com/fran/accommodations.html');
  menu1.addItem('Les trilobites de l\'évènement','http://www.trilobitejam.com/fran/jamtrilobites.html');
  menu1.addItem('La carte aux trilobites','http://www.trilobitejam.com/fran/mapa.html');
  menu1.dockTo('inicio');

var menu2=new Scl.Menu(150);
  menu2.addItem('Séminaires','http://www.trilobitejam.com/fran/jamseminars.html');
  menu2.addItem('La Fouille','http://www.trilobitejam.com/fran/digoff.html');
  menu2.addItem('Cérémonie de remise des prix','http://www.trilobitejam.com/fran/awardceremony.html');
  menu2.dockTo('events');
  
var menu3=new Scl.Menu(150);
  menu3.addItem('Informations générales','http://www.trilobitejam.com/fran/generalinfo.html');
  menu3.addItem('S\'inscrire en ligne','http://www.trilobitejam.com/fran/onlineregis.html');
  menu3.addItem('S\'inscrire par courrier','http://www.trilobitejam.com/fran/regmail.html');
  menu3.dockTo('registro');      

}

)();

document.write('<div id="demo">');
document.write('<span id="inicio"><a href="http://www.trilobitejam.com/fran/index.html">INFORMATIONS</a></span>|');
document.write('<span id="events">EVENEMENTS</span>|');
document.write('<span id="registro">S\'INSCRIRE</span>|');
document.write('<span id="hoteles"><a href="http://www.trilobitejam.com/news.php">NOUVELLES</a></span>|');
document.write('<span id="empresa"><a href="../gallery.php">PHOTOS</a></span>|');
document.write('<span id="salir"><a href="http://www.trilobitejam.com/fran/faqs.html">FAQ</a></span>|');
document.write('<span id="salir"><a href="http://www.trilobitejam.com/fran/contact.html">NOUS CONTACTER</a></span>|');
document.write('</div>');


