// JavaScript Document

function myFunc()
{
	w = 558;
	h = 500;
	x = (screen.width - w) / 2;
	y = (screen.height - h) / 2;
	window.open("../access.html","","screenX="+x+",screenY="+y+",left="+x+",top="+y+",width="+w+",height="+h,"toolbar=no","resizable=no","directories=no","statusbar=no","menubar=no");
}

function myFunc2()
{
	window.close();
}
