var dax = {
src: 'flash/dax.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(dax);

sIFR.replace(dax, {
selector: 'h1'
,css: [
  '.sIFR-root {font-weight: normal; font-size: 27px; color: #48a089; margin: 0; padding: 0; height: 27px; line-height: 27px;}'
],
wmode: 'transparent'
});

sIFR.replace(dax, {
selector: 'h2'
,css: [
  '.sIFR-root {font-weight: normal; font-size: 18px; color: #264467; margin: 0; padding: 0; height: 18px; line-height: 18px;}'
],
wmode: 'transparent'
});

sIFR.replace(dax, {
selector: 'h3'
,css: [
  '.sIFR-root {font-weight: normal; font-size: 15px; color: #48a089; margin: 0; padding: 0; height: 15px; line-height: 15px;}'
],
wmode: 'transparent'
});

function showSub(submenuID) {
	$(submenuID).toggle();
}
function externalLinks() {
 if (!document.getElementsByTagName) return;
 var anchors = document.getElementsByTagName("a");
 for (var i=0; i<anchors.length; i++) {
   var anchor = anchors[i];
   if (anchor.getAttribute("href") && anchor.getAttribute("rel") == "external")
	anchor.target = "_blank";
 }
}
window.onload = externalLinks;
