function IMGC(sid){
	var imgs = sid.src.substring(sid.src.lastIndexOf('/')+1,sid.src.length);
	if(imgs.substring(0,imgs.lastIndexOf('.')).match(/(_f2?|\/)$/)==null){
	sid.src="images/"+imgs.substring(0,imgs.lastIndexOf('.'))+"_f2"+imgs.substring(imgs.lastIndexOf('.'),imgs.length);
	}else{
	sid.src="images/"+imgs.substring(0,imgs.lastIndexOf('_f2.'))+imgs.substring(imgs.lastIndexOf('.'),imgs.length);
	}
}

function LoadJob(){
	panaviCopy();
}

function panaviCopy(){
	if(document.all)document.all("panavi_bot").innerHTML = document.all("panavi_top").innerHTML; 
	else document.getElementById("panavi_bot").innerHTML = document.getElementById("panavi_top").innerHTML; 
}

function LnaviNow(){
	var d,tmpStr,s;
/*	if(document.all)s = document.all("leftcol").getElementsByTagName('A');
	else s = document.getElementById("leftcol").getElementsByTagName('A');*/
	d=document;
	tmpStr='';
	s=d.all("leftcol").getElementsByTagName('A');
la=new Array(s.length);
for(i=0;i<s.length;i++){
	if(s[i].href==location.href){
		s[i].insertAdjacentHTML('BeforeBegin','<span class="now"><strong>œ</strong>');
		s[i].insertAdjacentHTML('afterEnd','</span>');
	}
}
}


