function setSWF(swf, width, height, param)
{
	document.write("<embed src=\""+swf+"\" width="+width+" height="+height+" "+ param+"></embed>");
}
