function popup(windowname)
{
	if (! window.focus) return true;
	var href;
	href='php/shoutbox.php';
	window.open(href, windowname, 'width=185,height=420,left=10,top=80,scrollbars=no');
	return false;
}