function ver_flash(sURL, nWidth, nHeight, sColor){
	var sFlash = "<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' id='flash_forum' width='" + nWidth + "' height='" + nHeight + "'>";
	sFlash += "<param name='movie' value='" + sURL + "'><param name='quality' value='high'><param name='SCALE' value='exactfit' /><param name='bgcolor' value='" + sColor + "'>";
	sFlash += "<embed src='" + sURL + "' type='application/x-shockwave-flash' width='" + nWidth + "' height='" + nHeight + "' bgcolor='" + sColor + "' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed></object>";
	document.write(sFlash);
}

function MM_changeProp(objId,x,theProp,theValue) { //v9.0
  var obj = null; with (document){ if (getElementById)
  obj = getElementById(objId); }
  if (obj){
    if (theValue == true || theValue == false)
      eval("obj.style."+theProp+"="+theValue);
    else eval("obj.style."+theProp+"='"+theValue+"'");
  }
}