/*
 * Association Prévention Routière - Espace Education
 * Appel applications pédagogiques
 * Sylvain Duvanel
 * v2.0 - 22-03-2008
 */
function xt_flash(typefl,page) {
  Xt_r = document.referrer;
  Xt_h = new Date();
  xt_img = new Image();
  Xt_i = 'http://logi8.xiti.com/hit.xiti?s=196256';
  Xt_i += '&p='+page+'&type='+typefl+'&hl=' + Xt_h.getHours() + 'x' + Xt_h.getMinutes() + 'x' + Xt_h.getSeconds();
  if(parseFloat(navigator.appVersion)>=4) 
  {Xiti_s=screen;Xt_i += '&r=' + Xiti_s.width + 'x' + Xiti_s.height + 'x' + Xiti_s.pixelDepth + 'x' + Xiti_s.colorDepth;}
  Xt_i += '&ref=' + Xt_r.replace(/[<>"]/g, '').replace(/&/g, '$');
  xt_img.src = Xt_i;
  return;
}
function openModuleA(v1, module) {
  var theURL = '../labo/labo.htm' + '?module=' + module ;
  var winName = 'ModuloRoute';
  var features = 'menubar=no,resizable=no,scrollbars=no,status=no,titlebar=no,toolbar=no';
  window.open(theURL,winName,features);
}
function openModuleE(v1, module) {
  var theURL = '../cycle2.htm' + '?module=' + module ;
  var winName = 'Cycle2';
  var features = 'menubar=no,resizable=no,scrollbars=no,status=no,titlebar=no,toolbar=no';
  window.open(theURL,winName,features);
}
function fOpenWindowAlca(v1) { 
  var theURL = '../alca/alca.htm' + '?v1=' + v1 ;
  var winName = 'Alca';
  if (screen.availWidth < 801) {
	theURL = '../alca/alca800.htm' + '?v1=' + v1 ;
  }
  var features = 'menubar=no,resizable=no,scrollbars=no,status=no,titlebar=no,toolbar=no';
  window.open(theURL,winName,features);
}
function fOpenWindowCyclo(v1) { 
  var theURL = '../cyclo/cyclo.htm' + '?v1=' + v1 ;
  var winName = 'Cyclo';
  if (screen.availWidth < 801) {
	theURL = '../cyclo/cyclo800.htm' + '?v1=' + v1 ;
  }
  var features = 'menubar=no,resizable=no,scrollbars=no,status=no,titlebar=no,toolbar=no';
  window.open(theURL,winName,features);
}
