// JavaScript Document

embedflash = function(url,width,height,bgcolor){
	document.write('<object width="'+width+'" height="'+height+'" ><param name=movie value="'+url+'" /><param name=bgcolor value="#'+bgcolor+'" /><param name=wmode value="transparent" /><embed src="'+url+'" wmode="transparent" bgcolor="#'+bgcolor+'" width="'+width+'" height="'+height+'" /></object>')
}
