
if (deep=='1'){
	var deeppass = '';
}

if (deep=='2'){
	var deeppass = '../';
}

if (deep=='3'){
	var deeppass = '../../';
}
//診療メニューページ用フラッシュナビ書き出し
 function facial() { //フォトフェイシャル	
	location.href=deeppass + "facial/photo_facial.html"
 }
 function face01() { //フォトフェイシャル	
	location.href=deeppass + "facial/photo_facial.html"
 }
 function face02() { //フォトRFリファーム	
	location.href=deeppass + "facial/photoRF.html"
 }
 function face03() { //レーザーフェイシャル	
	location.href=deeppass + "facial/lazerfacial.html"
 }
 function face04() { //超音波導入
	location.href=deeppass + "facial/ultrasonic.html"
 }
 function body() { //メソセラピー	
	location.href=deeppass + "body/mesotherapy.html"
 }
 function body01() { //メソセラピー	
	location.href=deeppass + "body/mesotherapy.html"
 }
 function skin() { //医療レーザー脱毛
	location.href=deeppass + "skin/epilation.html"
 }
 function skin01() { //医療レーザー脱毛
	location.href=deeppass + "skin/epilation.html"
 }
 function skin02() { //ACR（PRP）療法
	location.href=deeppass + "skin/ACR.html"
 }
 function skin03() { //ヒアルロン酸	
	location.href=deeppass + "skin/hyaluronic_acid.html"
 }
 function skin04() { //ボトックス
	location.href=deeppass + "skin/botox.html"
 }
 function skin05() { //炭酸ガスレーザー
	location.href=deeppass + "skin/co2Laser.html"
 }
 function skin06() { //アレキサンドライトレーザー
	location.href=deeppass + "skin/alexLaser.html"
 }
 function others() { //ピアス
	location.href=deeppass + "others/piercing.html"
 }
 function others01() { //ピアス
	location.href=deeppass + "others/piercing.html"
 }
 function others02() { //各種注射
	location.href=deeppass + "others/injections.html"
 }
 function others03() { //内服薬
	location.href=deeppass + "others/internal.html"
 }
 function others04() { //外用薬
	location.href=deeppass + "others/external.html"
 }
function run4navi() {
	document.write('<div id="flanavi">');
	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="302" height="119" id="4navi" align="middle">');
	document.write('<param name="allowScriptAccess" value="sameDomain" />');
	document.write('<param name="movie" value="' + deeppass + '4navi.swf?text0=' + dirname + '" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<embed src="' + deeppass + '4navi.swf?text0=' + dirname + '" quality="high" wmode="transparent" width="302" height="119" name="4navi" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	document.write('</object>');
	document.write('</div>');
}


