// Daedalus SAMC JavaScript Document
function changeRDC(){
document.getElementById('content_right').innerHTML = <?php include('partners/rdcaviation.php');?>;
}

function changeStarline(){
document.getElementById('content_right').innerHTML = <?php include('partners/starline.php');?>;
}

function changeOAG(){
document.getElementById('content_right').innerHTML = <?php include('partners/oagaviation.php');?>;
}

function changeOAGCargo(){
document.getElementById('content_right').innerHTML = <?php include('partners/oagcargo.php');?>;
}

function changeSpeereo(){
document.getElementById('content_right').innerHTML = <?php include('partners/speereo.php');?>;
}

function changeBelow(){
document.getElementById('content_right').innerHTML = <?php include('partners/15below.php');?>;
}

function changeOptimizers(){
document.getElementById('content_right').innerHTML = <?php include('partners/optimizers.php');?>;
}

function changeSystems(){
document.getElementById('content_right').innerHTML = <?php include('partners/2esystems.php');?>;
}

function changeSecuridox(){
document.getElementById('content_right').innerHTML = <?php include('partners/securidox.php');?>;
}

function changeFlightdeck(){
document.getElementById('content_right').innerHTML = <?php include('partners/flightdeck.php');?>;
}
