function swf(src,w,h){
	html = '';
	html += '<object id="setVal"  classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"  width="100%" height="100%">';
	html += '<param name="allowScriptAccess" value="sameDomain" />';
	html += '<param name="movie" value="' + src + '">';
	html += '<param name="quality" value="high">';
	html += '<param name="quality" value="high" />';
	html += '<param name="scale" value="noscale" />';
	html += '<param name="bgcolor" value="#ffffff" />';
	html += '<embed src="' + src + '" quality="high" scale="noscale"  bgcolor="#ffffff" width="'+w+'" height="'+h+'" name="setVal" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" swLiveConnect="true" />';
	
	html += '</object>';
	document.write(html);
}



//



