﻿// JavaScript Document
function agb() {
	window.open ("agb.html","agb","width=800,height=600,scrollbars=yes");
	agb.focus();
}
