function launch() {
	var pop = window.open("kirchner.html","","left=0,top=0,fullscreen=yes,scrolling=auto");
	var wide = window.screen.availWidth;
	var high = window.screen.availHeight;
	pop.resizeTo(wide, high);
}

function popOut(url) {
	window.open(url, "", "width=800,height=600,scrollbars=yes,resizable=yes,toolbar=yes,status=yes");
}
