// POP UP WINDOWS //
<!--
function openWin(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function targetopener(mylink, closeme, closeonly)
{
if (! (window.focus && window.opener))return true;
window.opener.focus();
if (! closeonly)window.opener.location.href=mylink.href;
if (closeme)window.close();
return false;
}
//-->
function printDetails(){
   bV = parseInt(navigator.appVersion)
   if (bV >= 4) window.print()
}
function displayfaq()
{var Win = window.open("http://www.flycolumbia.com/images/Columbia_Aircraft/Columbia/Aircraft/FAQ/FAQ.swf",'faq','resizable=yes,scrollbars=no,toolbar=no,status=yes,menubar=yes,width=720,height=540');
}
function displaypfd()
{var Win = window.open("/popups/PFD.php",'mfds','resizable=yes,scrollbars=yes,toolbar=no,status=yes,menubar=yes,width=820,height=600');
}
function displaymfds()
{var Win = window.open("/popups/g1000mfds.php",'mfds','resizable=yes,scrollbars=yes,toolbar=no,status=yes,menubar=yes,width=820,height=640');
}
function displayReadyPad()
{var Win = window.open("/popups/readypad.php",'mfds','resizable=yes,scrollbars=yes,toolbar=no,status=yes,menubar=yes,width=431,height=640');
}
function pano350()
{var Win = window.open("/flashvr/pano350.html",'mfds','resizable=yes,scrollbars=no,toolbar=no,status=no,menubar=no,width=450,height=316');
}
function pano300()
{var Win = window.open("/flashvr/pano300.html",'mfds','resizable=yes,scrollbars=no,toolbar=no,status=no,menubar=no,width=450,height=316');
}
function airportCodes()
{var Win = window.open("/popups/airportcodes.html",'codes','resizable=yes,scrollbars=yes,toolbar=no,status=yes,menubar=yes,width=600,height=540');
}