function printFlashObject(flash_src,name,width,height,option_param_tag)
{
  obj_html = "<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='"+width+"' height='"+height+"' id='"+name+"' align='middle'>";

  obj_html = obj_html + "<param name='allowScriptAccess' value='always' />";
  obj_html = obj_html + "<param name='movie' value='"+flash_src+"' />";
  obj_html = obj_html + "<param name='quality' value='high' />";
  obj_html = obj_html + "<param name='bgcolor' value='#FFFFFF' />";
  obj_html = obj_html + "<param name='wmode' value='transparent'>";
  obj_html = obj_html + "<param name='menu' value='false'>";

  obj_html = obj_html + option_param_tag;

  obj_html = obj_html + "<embed src='"+flash_src+"' quality='high' bgcolor='#FFFFFF' width='"+width+"' height='"+height+"' name='"+name+"' align='middle' allowscriptaccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />";
  obj_html = obj_html + "</object>";

  document.write(obj_html);
}


function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}


function toggleFAQ(faq) {
	var e = document.getElementById(faq);
	if (e.style.display == '') 
		e.style.display = "none";
	if (e.style.display == "none")
		e.style.display = "block";
	else
		e.style.display = "none";
	return false;
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=720,height=375,left = 184,top = 184');");
}


function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
