function launch_agb()
{
		var newwin;
        newwin = window.open('/agb_popup.html','agb','height=400,width=500,scrollbars=yes');
        setTimeout('newwin.focus()',250);
}

