function ShowFlash(obj,strMediaURL,obj_width,obj_height)
{
	var myObjectElement = document.createElement('<embed src="' + strMediaURL + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + obj_width + '" height="' + obj_height + '"></embed>');
	obj.appendChild(myObjectElement);
}