//main.html
function annivWin(){
	initX = screen.width;
	initY = screen.height;
	init = "top=0, left=0, screenX=0, screenY=0, width=" + initX + ", height=" + initY + ",location=no, menubar=no, status=no,directories=no, toolbar=no, resizable=yes, scrollbars=yes"
	var annivWin=window.open("http://www.green-label-relaxing.jp/special/10th/index.html","special",init);
	annivWin.window.focus();
}

//Staff Credit
function creditWin(){
	var creditWin=window.open("credit.html","Credit","width=650,height=550,toolbar=no,scrollbars=yes,resizable=no,menubar=yes,status=yes");
	creditWin.window.focus();
}
