/***

SUB MENU CODE

***/



var content=new Array()

// contents of each submenufinacial_statements
content[0]='<img src="../images/dot_clear.gif" width=70 height=15><img src="../images/navbar_subarrow.gif" width=55 height=15><span class="menu">INVESTISSEURS: </span><a href="../forinvestors/financial_statements.html" class=gold>Données financières | <a href="../forinvestors/forinvestors.html" class=gold>Relations Investisseurs | <a href="http://cnrp.ccnmatthews.com/client/paladin_labs/headlinesfr_inv.jsp?year=current" class=gold>Nouvelles récentes'
content[1]='<img src="../images/dot_clear.gif" width=85 height=15><img src="../images/navbar_subarrow.gif" width=55 height=15><span class="menu">NOS PRODUITS: </span><a href="../our_products/product_pipeline.html" class=gold>Portefeuille de produits | <a href="../our_products/key_products.html" class=gold>Produits Clés | <a href="../our_products/selected_products_in_development.html" class=gold>Produits en développement</a> '
content[2]='<img src="../images/dot_clear.gif" width=125 height=15><img src="../images/navbar_subarrow.gif" width=55 height=15><span class="menu">DEVELOP. D\'AFFAIRES: </span> <a href="../busdev/contact_business_development.html" class=gold>Contactez développement | <a href="../busdev/partners.html" class=gold>Nos Partenaires'
content[3]='<img src="../images/dot_clear.gif" width=85 height=15><img src="../images/navbar_subarrow.gif" width=55 height=15><span class="menu">PROFIL DE L\'ENTREPRISE: </span><a href="../corpinfo/corpinfo.html" class=gold>Aperçu général | <a href="../corpinfo/management_team.html" class=gold>Direction | <a href="http://cnrp.ccnmatthews.com/client/paladin_labs/headlinesfr.jsp?year=current" class=gold>Nouvelles récentes'
content[4]='<img src="../images/dot_clear.gif" width=400 height=15><img src="../images/navbar_subarrow.gif" width=55 height=15><span class="menu">CARRIÈRES: </span><a href="../careers/careers.html" class=gold>Carrières</a>'
content[5]='<img src="../images/dot_clear.gif" width=225 height=15><span class="menu">NOUS JOINDRE: </span><a href="../contact_us/contact.html" class=gold>Pour nous joindre | <a href="../contact_us/office_location_and_driving_directions.html" class=gold>Adresse et directions </a><img src="../images/navbar_subarrow2.gif" width=55 height=15>'
content[6]='<img src="../images/dot_clear.gif" width=500 height=15><span class="menu"></span><a href="../index.html" class=gold>Page d\'accueil </a><img src="../images/navbar_subarrow2.gif" width=55 height=15>'


function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
appear()
setTimeout("window.onresize=regenerate",450)
}
}

function changetext(whichcontent){

if (document.all||document.getElementById){
cross_el=document.getElementById? document.getElementById("descriptions"):document.all.descriptions
cross_el.innerHTML='<font face="Verdana"><small>'+whichcontent+'<font></small>'
}
else if (document.layers){
document.d1.document.d2.document.write('<font face="Verdana"><small>'+whichcontent+'</small></font>')
document.d1.document.d2.document.close()
}

}

function appear(){
document.d1.visibility='show'
}

window.onload=regenerate2
