function show_flash(url)
{
document.write('<codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="280" height="420">');
document.write('<param name="movie" value="240x420_flingstyle.swf">');
document.write('<param name="quality" value="high">');
document.write('<param name="FlashVars" value="link='+url+'">');
document.write('<embed src="240x420_flingstyle.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="280" height="420" FlashVars="link='+url+'"></embed>');
document.write('</object>');
}
