function printflash(param){
document.write('<object width="604" height="452">');
document.write('<param name="movie" value="musicmesh.swf">');
document.write('<param name="flashvars" value="'+param+'">');
document.write('<embed src="/musicmesh.swf" FlashVars="'+param+'" width="604" height="452">');
document.write('</embed>');
document.write('</object>');
}
