function insertFlash(elm, url, w, h) {
var str ='';
str+= '<object><embed src="'+ url +'" quality="high" width="'+ w +'px" height="'+ h +'px"  allowScriptAccess="always"  allowfullscreen="true"></embed></object>';
document.write(str);
}
