/*スパム対策*/
<!--
function vspam(im,domain) {
  maddress = "mailto:" + im + "@" + domain;
  window.location.href = maddress;
}
// -->


/*ページスクロール*/
function SmoothScroll(targetID){
  if( !document.getElementById ) {return true;}
  var step=1;  //初速度
  var max=200;  //最高速度
  var accel=1;  //加速度
  var interval=1;  //加速インターバル
  var current_y = document.body.scrollTop  || document.documentElement.scrollTop;
  var element=document.getElementById(targetID);
  if (!element){return true;}
  var target_y = 0;
  for (i = element;i.offsetParent;i=i.offsetParent ){
    target_y += i.offsetTop;
  }
  var count=0;
  if ( current_y > target_y ){ step = -(step); accel = -(accel);}
  var timerid = setInterval( function(){
    if (step<max) step += (count*accel);
    if ( Math.abs(current_y-target_y) < Math.abs(step) ){
      window.scrollTo((document.body.scrollTop  || document.documentElement.scrollTop),target_y);
      clearInterval(timerid);
      return false;
    }else{
      window.scrollBy(0,step);
      current_y += step;
      count++;
    }
  },interval);
  return false;
}

$(document).ready(function(){
						   
	var imgNum = 6;//ヒーハー
	
	var i = Math.floor(Math.random() * imgNum) + 1;
	
	$("#licenseCard").css('background-image','url(http://www.nabi.ac.jp/common/imgs/index/license0'+ i + '.jpg)');

});

function summer()
{
   adWindow=window.open('seminar/summer.html','newWin','width=1000,height=1024,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0');
}

function festa()
{
   adWindow=window.open('festa.html','newWin','width=810,height=700,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0');
}

function consul()
{
   adWindow=window.open('extra/consultation.html','newWin','width=920,height=700,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0');
}

function g301()
{
   adWindow=window.open('g3/01.html','newWin','width=700,height=700,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0');
}

function g101()
{
   adWindow=window.open('g1/01.html','newWin','width=700,height=700,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0');
}


function g201()
{
   adWindow=window.open('g2/01.html','newWin','width=700,height=700,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0');
}

function oc0328()
{
   adWindow=window.open('oc0328.html','newWin','width=1024,height=700,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0');
}

function oc0523()
{
   adWindow=window.open('seminar/0523oc.html','newWin','width=1024,height=1024,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0');
}


function movie()
{
   adWindow=window.open('http://movie.nabi.ac.jp/nisshoboki/movie/','newWin','width=700,height=750,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0');
}

function commentWin(){
	var st = "scrollbars=yes,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no";
	var wx = 520;
	var wy = 420;
	var x = (screen.width  - wx) / 2;
	var y = ((screen.height - wy) / 2) - 30;
	var newwin = window.open("https://www.nsg.gr.jp/nabi/comment_form.html","newWin","left="+x+",top="+y+",width="+wx+",height="+wy+","+st);
	newwin.focus();
}

//openWindow
function MM_openBrWindow(theURL,winName,features) { //v2.0
	newwin=window.open(theURL,winName,features);
	newwin.focus();
}

function noguchiNotHara(url,wx,wy){
	st = "scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no";
	if(wy == ''){
		wy = screen.height - (screen.height*0.15);
	}
	x = (screen.width  - wx) / 2;
	y = ((screen.height - wy) / 2) - 30;
	newwin = window.open(url,"newWin","left="+x+",top="+y+",width="+wx+",height="+wy+","+st);
	newwin.focus();
}
