document.write('<script src="_js/jquery-1.4.2.min.js" type="text/javascript"></script>');
document.write('<script src="_js/h-nav.js" type="text/javascript"></script>');
document.write('<script src="_js/jquery.dimensions.js" type="text/javascript"></script>');
document.write('<script src="_js/jquery.positionBy.js" type="text/javascript"></script>');
document.write('<script src="_js/jquery.bgiframe.js" type="text/javascript"></script>');
document.write('<script src="_js/jquery.jdMenu.js" type="text/javascript"></script>');
document.write('<script src="_js/jquery.include.js" type="text/javascript"></script>');
document.write('<script src="_js/jquery.tools.min.js" type="text/javascript"></script>');
document.write('<script src="_js/cufon-yui.js" type="text/javascript"></script>');
//document.write('<script src="_js/CgPhenixAmerican_500.font.js" type="text/javascript"></script>');
document.write('<script src="_js/jquery.accordion.js" type="text/javascript"></script>');

//centered popup window
function centeredWindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars=yes,resizable=yes'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}

//Disable right click script III- By Renigade (renigade@mediaone.net)
//For full source code, visit http://www.dynamicdrive.com

var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// --> 
