function swf(idname, flashURL, swfWidth, swfHeight){ htmlCode = ""; htmlCode += ""; //htmlCode += ""; htmlCode += ""; htmlCode += ""; htmlCode += ""; htmlCode += ""; htmlCode += ""; document.getElementById(idname).innerHTML = htmlCode; } function play_flash(flashurl){ var Tags = '' + '' + '' + '' + ''; document.write(Tags); }