// JavaScript Document
function require(jspath) {
    document.write('<script type="text/javascript" src="'+jspath+'"><\/script>');
}

function requireCSS(css) {
    document.write('<link href="'+ css +'"rel="stylesheet" type="text/css" />');
}

require("webmc/scripts/show-hide.js");
require("http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js");
require("webmc/scripts/swf.js");
requireCSS ("webmc/styles/styles.css");
document.writeln(' <!--[if IE 6]>');require("scripts/DD_belatedPNG_0.0.8a.js");document.writeln('<![endif]-->');


document.writeln('<!--[if (gte IE 5.5)&(lte IE 6)]>');
document.writeln('<style type="text/css">');
document.writeln('div#firstDiv {');
  document.writeln('/* IE5.5+/Win - this is more specific than the IE 5.0 version */');
  document.writeln('right: auto; bottom: auto;');
  document.write('left: expression( (0 - firstDiv.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + \'px\' );');
    document.write('top: expression( ( 0 - firstDiv.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + \'px\' );');
document.writeln('}');

 document.writeln('#webmc{');
   document.writeln('/* IE5.5+/Win - this is more specific than the IE 5.0 version */');
   document.writeln('right: auto; bottom: auto;');
   document.write('left: expression( (0 - webmc.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + \'px\' );');
  document.write('top: expression( ( 0 - webmc.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + \'px\' );');
document.writeln('}');
document.writeln('</style>');
document.writeln('<![endif]-->');
