<!--
// 別窓
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->

<!--
// 画像の変更
function imgchg(photoset) {
	document.photos.src = ("" + photoset);
}
//-->

<!--
// 文字流し
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function img_chg(name,path) {
	document.images[name].src = path;
}
// Scrolling message settings
  var MessageText = "ゾンバン-不死身の番長-　ZOMVAN An immortal school gang leader"
  var DisplayLength = 350
  var pos = 1 - DisplayLength;
  function ScrollInStatusBar(){
  var scroll = "";
  pos++;
  if (pos == MessageText.length) pos = 1 - DisplayLength;
  if (pos<0) {
  	for (var i=1; i<=Math.abs(pos); i++)
  	scroll = scroll + "";
  	    scroll = scroll + MessageText.substring(0, DisplayLength - i + 1);
  }
  else
      scroll = scroll + MessageText.substring(pos, pos + DisplayLength);
  window.status = scroll;
  //Scrolling speed
  setTimeout("ScrollInStatusBar()",0);
  }
  ScrollInStatusBar()
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->