function CreateFlash(divId, width, height, url)
{
	var d = document.getElementById(divId);
	d.innerHTML = '<embed pluginspage=http://www.macromedia.com/go/getflashplayer align=baseline src='+url+' width='+width+' height='+height+' type=application/x-shockwave-flash quality="high"></embed>';
}
