function mouseImg(THIS,FLAG){
	if(FLAG == 0){
		THIS.src = THIS.src.replace('_on.','_off.');
	}else{
		THIS.src = THIS.src.replace('_off.','_on.');
	}
}


function newWindow(PATH,NAME,STATUS){
	NEW_WIN = window.open(PATH,NAME,STATUS);
	NEW_WIN.focus();
}

function syncTree(TARGETID){
	if(document.getElementById(TARGETID)!=null){
		for(i=0;i<document.getElementById(TARGETID).getElementsByTagName('a').length;i++){
			if(document.location.href.search(document.getElementById(TARGETID).getElementsByTagName('a')[i].href)!=-1){
				document.getElementById(TARGETID).getElementsByTagName('a')[i].className = 'selected';
//alert(document.getElementById(TARGETID).getElementsByTagName('a')[i].className)
			}
		}
	}
}
window.onload = new Function("syncTree('localNavi')");


function Flashcont(){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="780" height="180" title="ƒ}ƒcƒ{[">');
document.write('<param name="movie" value="common/swf/top.swf" />');
document.write('<param name="quality" value="high" />');
document.write('<embed src="common/swf/top.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="780" height="180"></embed>');
document.write('</object>');
}
