function swfArea(f,c,x,y,i) {
	document.open();
	document.writeln('<object data='+f+' type="application/x-shockwave-flash" id="some-movie" width='+x+' height='+y+'>');
	document.writeln('<param name="movie" value='+f+' />');
	document.writeln('<a href="http://get.adobe.com/jp/flashplayer/"><img src="'+i+'" border="0" /></a>');
	document.writeln('</object>');
	document.close();
}



