

<!--
function ChangeBtnImage_Over(btnName){
 
 imageSrc = document.images[btnName].src;
 left_str = imageSrc.substr(0,imageSrc.lastIndexOf(".", imageSrc.length));
 right_str = imageSrc.substring(imageSrc.lastIndexOf(".", imageSrc.length), imageSrc.length);
 if (left_str.substr(left_str.length - 3, left_str.length) != "_on"){
 	changeSrc = left_str + "_on" + right_str;
 		document.images[btnName].src = changeSrc;
 }
}

function ChangeBtnImage_Out(btnName){
 imageSrc = document.images[btnName].src;
 left_str = imageSrc.substr(0,imageSrc.lastIndexOf(".", imageSrc.length) - 3);
 right_str = imageSrc.substring(imageSrc.lastIndexOf(".", imageSrc.length), imageSrc.length);
 
 changeSrc = left_str + right_str;
 document.images[btnName].src = changeSrc;
}
function goHome(){
 top.frames.document.location.href = '../index.html';
}
//-->

<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->

<!--
mac=(navigator.appVersion.indexOf('Mac')!=-1)?true:false;
ie=(navigator.appName.charAt(0) == "M")?true:false;

document.write("<STYLE TYPE='text/css'><!--")
if(mac){
	//FOR MACINTOSH IE NS
	document.write(".j14{font-size:14px}")
	document.write(".j12{font-size:12px}")
	document.write(".j10{font-size:10px}")
}
else{
	if(ie){
	//FOR WINDOWS IE
	document.write(".j14{font-size:14px; line-height:20px}")
	document.write(".j12{font-size:12px; line-height:18px}")
	document.write(".j10{font-size:10px; line-height:16px}")
	}
	else{
	//FOR WINDOWS NETSCAPE
	document.write(".j14{font-size:14px; line-height:20px}")	
	document.write(".j12{font-size:12px; line-height:18px}")
	document.write(".j10{font-size:10px; line-height:16px}")
	}
}
document.write("--></STYLE>");
//-->

<!--
function OpenWinMap(){
	var win1 = window.open('http://www.fashion.nsc.ac.jp/access.html','MAP','width= 540,height= 400,location=0,scrollbars=0,resizable=0,menuber=0,status=1');
}
function on() {
window.focus();
}
//-->

<!--
function OpenWinNews(){
	var win1 = window.open('info_news.html','NEWS','width= 620,height= 450,location=0,scrollbars=0,resizable=0,menuber=0,status=1');
}
function on() {
window.focus();
}
//-->




<!--
function switch_detail(eleName) {
   detail = document.all[eleName].style;
   titleOff = document.all[eleName+'_ttl_off'].style;
   titleOn = document.all[eleName+'_ttl_on'].style;
   if (detail.display == "none") {
      titleOff.display = "none";
      titleOn.display = "block";
      detail.display = "block";
   }
   else {
      titleOff.display = "block";
      titleOn.display = "none";
      detail.display = "none";
   }
}
-->

