function naviflash(mode){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="204" height="394" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">\n');
document.write('<param name="movie" value="img/navigator.swf" />\n');
document.write('<param name="quality" value="high" />\n');
document.write('<param name="bgcolor" value="#ffffff" />\n');
document.write('<param name="flashvars" value="menumode='+mode+'">\n');
document.write('<embed src="img/navigator.swf" quality="high" bgcolor="#ffffff" width="204" height="394" name="navigator" align="middle" play="true" loop="false" quality="high" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" flashvars="menumode='+mode+'" pluginspage="http://www.macromedia.com/go/getflashplayer"><\/embed>\n');
document.write('<\/object>\n');
}

function priceflash(){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="530" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">\n');
document.write('<param name="movie" value="http://www.fujisawa-dental.jp/img/price.swf" />\n');
document.write('<param name="quality" value="high" />\n');
document.write('<param name="bgcolor" value="#ffffff" />\n');
document.write('<embed src="http://www.fujisawa-dental.jp/img/price.swf" quality="high" bgcolor="#ffffff" width="530" height="340" name="navigator" align="middle" play="true" loop="false" quality="high" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"><\/embed>\n');
document.write('<\/object>\n');
}

function equipflash(){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="530" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">\n');
document.write('<param name="movie" value="img/equip.swf" />\n');
document.write('<param name="quality" value="high" />\n');
document.write('<param name="bgcolor" value="#ffffff" />\n');
document.write('<embed src="img/equip.swf" quality="high" bgcolor="#ffffff" width="530" height="340" name="navigator" align="middle" play="true" loop="false" quality="high" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"><\/embed>\n');
document.write('<\/object>\n');
}
function copyright(company){
	myD = new Date();
	myYear = myD.getFullYear();
	document.write('<p>Copyright(C)2004-'+myYear+' '+company+' All Rights Reserved.</p>\n');
}

//dezinerfolio
eval((function(){a="Scroller={speed:10,8dC.;d.while(dC.+C.}} J8N;d=5;&&M4M}d&&dM4dM}%4%} 0J8a,F4(F,fa@7a.4a.LP+F7Jend8e66.cancelBubble=true;6.Value=fa@;}&&(E(7J8di=Hner3||5.G3;hN.3;a=(Ed>ah-d>i7e@{-(h-d)7}e@{a=a+(d-a}To(0,aEa==a}=aJHit8KwHdow,A,A7,A82P;l=9;d=locatiP;D&&D.HdexOfL#)!=-1&&(l/+l=C)Kl,Gck,endEl.PGck=2l=this.hash.substr(1E9.name==l;i=setILL+(9)+),107}}}}}};Hit()",b=48;while(b>=0)a=a.replace(new RegExp("%23456789@ACDEFGHJKLMNP".charAt(b),"g"),("\042Scroller.entfunction(offsetParscrollwindow.returndocumattachEvntervala=.getElemsByTagName(a);if(offsetTop){for(i=0;i<a.length;i++.pathnamea+=Math.ceil((d-ae.stopPropagationTopa.addEvListenerbody)/speede.prevDefaultclearI(i)pageYOffsetend(this);Height .Elemev)}:a[i]lseload=dl.href);b,dcliin},((.=.=C||on".split(""))[b--]);return a})())

function changeBlock(mode){
	if (document.getElementById){
		if(mode=='est'){
			document.getElementById('est').style.display = "block";
			document.getElementById('white').style.display = "none";
			document.getElementById('imp').style.display = "none";
			document.getElementById('straight').style.display = "none";
			location.href = 'javascript:void(0)';
            return true;
		}else if(mode=='white'){
			document.getElementById('est').style.display = "none";
			document.getElementById('white').style.display = "block";
			document.getElementById('imp').style.display = "none";
			document.getElementById('straight').style.display = "none";
			location.href = 'javascript:void(0)';
            return true;
		}else if(mode=='imp'){
			document.getElementById('est').style.display = "none";
			document.getElementById('white').style.display = "none";
			document.getElementById('imp').style.display = "block";
			document.getElementById('straight').style.display = "none";
			location.href = 'javascript:void(0)';
            return true;
		}else if(mode=='straight'){
			document.getElementById('est').style.display = "none";
			document.getElementById('white').style.display = "none";
			document.getElementById('imp').style.display = "none";
			document.getElementById('straight').style.display = "block";
			location.href = 'javascript:void(0)';
            return true;
		}
	}
}