// Begin ESRB pop-up
function popUp(URL,x,y,r) {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=" + r + ",scrollbars=1,location=0,statusbar=0,menubar=0,resizable=" + r + ",width=" + x + ",height=" + y + "');");
}
// End 