function ShowFlash(strFileName,StrWidth,strHeight)
{
	document.write ("<embed src='"+strFileName+"' style='width:"+StrWidth+"px; height:"+strHeight+"px' quality='high' type='application/x-shockwave-flash' wmode='transparent'></embed>")
}
function ShowMarquee(NumDelay,strDirection,NumWidth,numHeight,strView)
{
	document.write ("<marquee onmouseover='this.stop()' onmouseout='this.start()' scrollamount='2' scrolldelay='"+NumDelay+"' direction="+strDirection+" width='"+NumWidth+"' height='"+numHeight+"'>"+strView+"</marquee>")
}
