//TOPページ用フラッシュ書き出し
 function face01() { //フォトフェイシャル	
 location.href="facial/photo_facial.html"
 }
 function face02() { //フォトRFリファーム	
 location.href="facial/photoRF.html"
 }
 function face03() { //レーザーフェイシャル	
 location.href="facial/lazerfacial.html"
 }
 function face04() { //超音波導入
 location.href="facial/ultrasonic.html"
 }
 function body01() { //メソセラピー	
 location.href="body/mesotherapy.html"
 }
 function skin01() { //医療レーザー脱毛
 location.href="skin/epilation.html"
 }
 function skin02() { //ACR（PRP）療法
 location.href="skin/ACR.html"
 }
 function skin03() { //ヒアルロン酸	
 location.href="skin/hyaluronic_acid.html"
 }
 function skin04() { //ボトックス
 location.href="skin/botox.html"
 }
 function skin05() { //炭酸ガスレーザー
 location.href="skin/co2Laser.html"
 }
 function skin06() { //アレキサンドライトレーザー
 location.href="skin/co2Laser.html"
 }
 function others01() { //ピアス
 location.href="others/piercing.html"
 }
 function others02() { //各種注射
 location.href="others/injections.html"
 }
 function others03() { //内服薬
 location.href="others/internal.html"
 }
 function others04() { //外用薬
 location.href="others/external.html"
 }
 function campaign() { //キャンペーン用
 location.href="news.html"
 }


function runTOPfla() {
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="760" height="293" id="uchihara" align="middle">');
	document.write('<param name="allowScriptAccess" value="sameDomain" />');
	document.write('<param name="movie" value="topfla.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="bgcolor" value="#ffffff" />');
	document.write('<embed src="topfla.swf" quality="high" bgcolor="#ffffff" width="760" height="293" name="uchihara" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	document.write('</object>');
}
