var scrj = 1;
function Scroll() {
   if(navigator.appName == "Microsoft Internet Explorer" && document.compatMode == "CSS1Compat")
      var scdist = document.body.parentNode.scrollTop;
   else
      var scdist = document.body.scrollTop;
   if(scrj<50 && scdist) {
      scdist = (scdist>2) ? Math.ceil(scdist*.2) : 1;
      scrj++;
      scrollBy(0,-scdist);
      setTimeout("Scroll()",18);
   } else {
      scrollTo(0,0);
      scrj = 1;
   }
}
function PrintPage(){
	if(document.getElementById || document.layers){
		window.print();		//印刷をします
	}
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

/*
  月の指定が０から始まっているため，実際の月より１引いて下さい．
*/

function live041210()
{
  now_date = new Date();
  ndate = now_date.setTime(now_date.getTime());
  beg_date = new Date(2004,11,10,15,00,00);
  
  end_date = new Date(2004,11,10,17,30,00);
  
  if ( (beg_date <= ndate) && (ndate <= end_date ) )
  {
    window.open("rtsp://real.odins.osaka-u.ac.jp/encoder/sig","live","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=800,height=600");
  } else {
    window.open("dummy.html","live","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=400,height=100");
  }
}

function dWinOpen(path) {
window.open(path,"reservation","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,copyhistory=0,width=800,height=600")
}

/* テンプレート
function live040922()
{
  now_date = new Date();
  ndate = now_date.setTime(now_date.getTime());

  beg_date = new Date(2004,8,22,16,44,00);
  
  end_date = new Date(2004,8,22,18,16,00);
  
  if ( (beg_date <= ndate) && (ndate <= end_date ) )
  {
    window.open("http://lrs01e1.onc.osaka-u.ac.jp/live/ROOM01/liveplayer.html","live","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=800,height=600");
  } else {
    window.open("dummy.html","live","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=400,height=100");
  }
}

*/

