/*スパムメール対策*/
<!--
function vspam(im,tsg) {
  maddress = "mailto:" + im + "@" + tsg;
  window.location.href = maddress;
}
//-->

<!--
function WinCls(){
        window.close()
                       }
//-->


/*ポップアップ*/
function gd_animation()
{
   adWindow=window.open('works/animation.html','newWin1','width=400,height=300,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0');
}


function gd_bag()
{
   adWindow=window.open('works/bag.html','newWin2','width=313,height=538,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0');
}


function mapWin(){
	var wx = 1126;
	var wy = 800;
	var x = (screen.width  - wx) / 2;
	var y = ((screen.height - wy) / 2) - 30;
	var newwin = window.open("access_l.html","newWin","left="+x+",top="+y+",width="+wx+",height="+wy);
	newwin.focus();
}


function future()
{
   adWindow=window.open('future.html','newWin','width=840,height=1000,scrollbars=yes,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0');
}

function stWin(){
	var wx = 960;
	var wy = 640;
	var st = "scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no";
	var x = (screen.width  - wx) / 2;
	var y = ((screen.height - wy) / 2) - 30;
	var newwin = window.open("students/index.html","stWin","left="+x+",top="+y+",width="+wx+",height="+wy+","+st);
	newwin.focus();
}

function poster()
{
   adWindow=window.open('http://www.tsg.ac.jp/poster.html','newWin1','width=800,height=600,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0');
}

function springoc()
{
   adWindow=window.open('http://www.tsg.ac.jp/spring_oc.html','newWin1','width=900,height=600,scrollbars=yes,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0');
}

function earthquake()
{
   adWindow=window.open('http://www.tsg.ac.jp/earthquake_support.html','newWin1','width=900,height=600,scrollbars=yes,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0');
}



/*角丸
$(document).ready(function(){
    settings = {
      tl:{ radius:10 },
      tr:{ radius:10 },
      bl:{ radius:10 },
      br:{ radius:10 },
      antiAlias:true,
      autoPad:true,
      validTags:["div"]
    }
		curvyCorners(settings, "teacherbox1");
		curvyCorners(settings, "teacherbox2");
		curvyCorners(settings, "teacherbox3");
		curvyCorners(settings, "teacherbox4");
		curvyCorners(settings, "teacherbox5");
		curvyCorners(settings, "teacherbox6");
		curvyCorners(settings, "teacherbox7");
		curvyCorners(settings, "teacherbox8");
		curvyCorners(settings, "teacherbox9");  
		curvyCorners(settings, "visitInfo");
		curvyCorners(settings, "flowArea");
		curvyCorners(settings, "messageArea");		
		curvyCorners(settings, "introSociety");
		curvyCorners(settings, "messagePerson");
});
*/
