﻿function openWindow(pageUrl) {
    var winName = Math.round(9999 * Math.random()) + new Date().getTime();
    var winNew = window.open(pageUrl, winName, '');

    if (!winNew) {
        return "false";
    } else {
        return "true";
    }
}

function printWindow() {
	window.print();
	
}

var goudy = {
src: '/images/base/goudy-bi.swf'
  };

sIFR.activate(goudy);

sIFR.replace(goudy, {
selector: 'h1.header',
  tuneHeight: '-4',
  css: ['.sIFR-root {leading:-1;color: #387c2b;}',
      'a { text-decoration: none; }',
      'a:link { color: #660000; }',
      'a:hover { color: #ff0000; }'],
  wmode: 'transparent'
});


sIFR.replace(goudy, {
  selector: 'span.nav_goudy',
  css: ['.sIFR-root { color: #d8ac94; text-align:center;}',
      'a { text-decoration: none; }',
      'a:link { color: #d8ac94; }',
      'a:hover { color: #e0b400; }'],
  wmode: 'transparent'
});
sIFR.replace(goudy, {
  selector: 'span.nav_state',
  css: ['.sIFR-root { color: #d85000; text-align:center;}',
      'a { color: #d85000; text-decoration: none; }',
      'a:link { color: #d85000; }',
      'a:hover { color: #d85000; }'],
  wmode: 'transparent'
});
sIFR.replace(goudy, {
  selector: 'span.goudyg',
  css: ['.sIFR-root { color: #387c2b; text-align:left; padding:0px; margin:0px;}',
      'a { text-decoration: none; }',
      'a:link { color: #387c2b; }',
      'a:hover { color: #387c2b; }'],
  wmode: 'transparent'
});



