// JavaScript Document

/***** TEMP ******/


 function launchProquid(){	   
    //window.open('proquid.php','nom_popup','menubar=no, status=no, scrollbars=no, menubar=no, width=699, height=985');
    
    myLightWindow.activateWindow({
  	href: 'proquid.php',
  	type: 'external',
  	height: 1110,
  	width: 717,
  	title: ''
  });
     
}


 function launchContact(){	    

  myLightWindow.activateWindow({
  	href: 'contact.php',
  	type: 'external',
  	height: 560,
  	width: 700,
  	title: ''
  });
  
   
}


 function launchSouscrire(){	    

  myLightWindow.activateWindow({
  	href: 'souscrire.php',
  	type: 'external',
  	height: 1113,
  	width: 718,
  	title: ''
  });
  
   
}

 function launchSalarie(){	    

  myLightWindow.activateWindow({
  	href: 'images/tmp-salarie.jpg',
  	title: ''
  });
  
   
}


function launchActus(href){
  //alert(href);
  window.open(href);
  
}


function launchPspro(){

  window.open('uploads/pdf/statut.pdf');
/*
  myLightWindow.activateWindow({
  	href: 'uploads/pdf/statut.pdf',
  	type: 'external',
  	height: 580,
  	width: 565
  });
*/

}




function unRoll(element){
  var el = element;
  var parent = Element.up(el);
  Element.removeClassName(parent, 'hl');
}

function roll(element){
  var el = element;
  var parent = Element.up(el);
  Element.addClassName(parent, 'hl');
}
