scrollerId='';

if (document.getElementById && document.getElementsByTagName) {
if (window.addEventListener) window.addEventListener('load', initScrollBars, false);
else if (window.attachEvent) window.attachEvent('onload', initScrollBars);
}


function initScrollBars() {
  if (scrollerId!='') {
    CSBfleXcroll(scrollerId);
  }
}


function InsertFlash(url, width, height, altContent, bgCol, wmode) {
  if (!bgCol) bgCol='#ffffff';
  if (!wmode) wmode='transparent';
	document.write('<' + 'object type="application/x-shockwave-flash" data="' + url + '" width="' + width + '" height="' + height + '"' + '>');
	document.write('<' + 'param name="allowScriptAccess" value="sameDomain" /' + '>');
	document.write('<' + 'param name="movie" value="' + url + '" /' + '>');
	document.write('<' + 'param name="quality" value="high" /' + '>');
        if (wmode!='transparent')  document.write('<' + 'param name="bgcolor" value="'+bgCol+'" /' + '>');
	document.write('<' + 'param name="wmode" value="'+wmode+'" /' + '>');
	document.write('<' + 'param name="FlashVars" value="playerMode=embedded" /' + '>');
	document.write('<' + altContent + '/>');
	document.write('<' + '/object' + '>');
}