// JavaScript Document
//Linkage ID 0-19
//Building Manual ID 20-59
//Building Tips ID 60-79
//Electronics ID 80-99
//Parts ID 100


function hlightpagelink(){

var url=location.href

if(url.indexOf('titan50_aileron_linkage.htm')>-1)
document.getElementById('titan50_link1').className='onthispage'

if(url.indexOf('titan50_elevator_linkage.htm')>-1)
document.getElementById('titan50_link2').className='onthispage'

if(url.indexOf('titan50_collective_linkage.htm')>-1)
document.getElementById('titan50_link3').className='onthispage'

if(url.indexOf('titan50_throttle_linkage.htm')>-1)
document.getElementById('titan50_link4').className='onthispage'

if(url.indexOf('titan50_rudder_linkage.htm')>-1)
document.getElementById('titan50_link5').className='onthispage'

if(url.indexOf('titan50_introduction.htm')>-1)
document.getElementById('titan50_link20').className='onthispage'

if(url.indexOf('titan50_step1_fuel_tank_assy.htm')>-1)
document.getElementById('titan50_link21').className='onthispage'

if(url.indexOf('titan50_step2_clutch_bell_assy.htm')>-1)
document.getElementById('titan50_link22').className='onthispage'

if(url.indexOf('titan50_step3_main_frame_assy.htm')>-1)
document.getElementById('titan50_link23').className='onthispage'

if(url.indexOf('titan50_step4_main_drive_gear_assy.htm')>-1)
document.getElementById('titan50_link24').className='onthispage'

if(url.indexOf('titan50_step5_washout_assy.htm')>-1)
document.getElementById('titan50_link25').className='onthispage'

if(url.indexOf('titan50_step6_main_frame_assy.htm')>-1)
document.getElementById('titan50_link26').className='onthispage'

if(url.indexOf('titan50_step6-1_elevator_control_arm_subssy.htm')>-1)
document.getElementById('titan50_link27').className='onthispage'

if(url.indexOf('titan50_step6-2_elevator_push_pull_lever_subassy.htm')>-1)
document.getElementById('titan50_link28').className='onthispage'

if(url.indexOf('titan50_step6-3_aileron_lever_subassy.htm')>-1)
document.getElementById('titan50_link29').className='onthispage'

if(url.indexOf('titan50_step6-4_elevator_parallel_lever_subassy.htm')>-1)
document.getElementById('titan50_link30').className='onthispage'

if(url.indexOf('titan50_step7_main_frame_assy.htm')>-1)
document.getElementById('titan50_link31').className='onthispage'

if(url.indexOf('titan50_step8_engine_assy.htm')>-1)
document.getElementById('titan50_link32').className='onthispage'

if(url.indexOf('titan50_step9_main_frame_assy.htm')>-1)
document.getElementById('titan50_link33').className='onthispage'

if(url.indexOf('titan50_step10_landing_skid_assy.htm')>-1)
document.getElementById('titan50_link34').className='onthispage'

if(url.indexOf('titan50_step11_main_rotor_head_assy.htm')>-1)
document.getElementById('titan50_link35').className='onthispage'

if(url.indexOf('titan50_step12_flybar_assy.htm')>-1)
document.getElementById('titan50_link36').className='onthispage'

if(url.indexOf('titan50_step13_main_frame_assy.htm')>-1)
document.getElementById('titan50_link37').className='onthispage'

if(url.indexOf('titan50_step14_tail_unit_assy.htm')>-1)
document.getElementById('titan50_link38').className='onthispage'

if(url.indexOf('titan50_step15_tail_unit_assy.htm')>-1)
document.getElementById('titan50_link39').className='onthispage'

if(url.indexOf('titan50_step16_tail_boom_assy.htm')>-1)
document.getElementById('titan50_link40').className='onthispage'

if(url.indexOf('titan50_step17_main_frame_assy.htm')>-1)
document.getElementById('titan50_link41').className='onthispage'

if(url.indexOf('titan50_step18_servo_installation.htm')>-1)
document.getElementById('titan50_link42').className='onthispage'

if(url.indexOf('titan50_step19_servo_installation.htm')>-1)
document.getElementById('titan50_link43').className='onthispage'

if(url.indexOf('titan50_step20_receiver_gyro_installation.htm')>-1)
document.getElementById('titan50_link44').className='onthispage'

if(url.indexOf('titan50_step21_body_canopy_assy.htm')>-1)
document.getElementById('titan50_link45').className='onthispage'

if(url.indexOf('titan50_step22_main_rotor_assy.htm')>-1)
document.getElementById('titan50_link46').className='onthispage'

if(url.indexOf('titan50_parts_listing.htm')>-1)
document.getElementById('titan50_link100').className='onthispage'

if(url.indexOf('titan50_parts_listing.htm')>-1)
document.getElementById('raptor_30_50_parts_comparison_link101').className='onthispage'

if(url.indexOf('titan50_manual.htm')>-1)
document.getElementById('titan50_manual_link150').className='onthispage'
}

if ( typeof window.addEventListener != "undefined" )
    window.addEventListener( "load", hlightpagelink, false );
else if ( typeof window.attachEvent != "undefined" )
    window.attachEvent( "onload", hlightpagelink );
else {
    if ( window.onload != null ) {
        var oldOnload = window.onload;
        window.onload = function ( e ) {
            oldOnload( e );
            hlightpagelink();
        };
    }
    else
        window.onload = hlightpagelink;
}