

/***

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">FOR INVESTORS: </span><a href="../forinvestors/financial_statements.html" class=gold>Financial Statements | <a href="../forinvestors/forinvestors.html" class=gold>Investor Resources | <a href="http://cnrp.ccnmatthews.com/client/paladin_labs/headlinesen_inv.jsp?year=current" class=gold>News'
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">OUR PRODUCTS: </span><a href="../our_products/product_pipeline.html" class=gold>Product Pipeline | <a href="../our_products/key_products.html" class=gold>Key Products | <a href="../our_products/selected_products_in_development.html" class=gold>Selected Products in Development</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">BUSINESS DEVELOPMENT: </span> <a href="../busdev/contact_business_development.html" class=gold>Contact Business Development | <a href="../busdev/partners.html" class=gold>Our Partners'
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">CORPORATE INFO: </span><a href="../corpinfo/corpinfo.html" class=gold>Overview | <a href="../corpinfo/management_team.html" class=gold>Management Team | <a href="http://cnrp.ccnmatthews.com/client/paladin_labs/headlinesen.jsp?year=current" class=gold>News'
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">CAREERS: </span><a href="../careers/careers.html" class=gold>Careers</a>'
content[5]='<img src="../images/dot_clear.gif" width=225 height=15><span class="menu">CONTACT US: </span><a href="../contact_us/contact.html" class=gold>Contact Us | <a href="../contact_us/office_location_and_driving_directions.html" class=gold>Office Map & Driving 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>Home Page </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