/*スパムメール対策*/
<!--
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();
}