var winwin;
function populace(url)
{
	winwin=window.open(url,'poppypoppop','height=320,width=700,scrollbars=1,resizable=no,toolbar=no');
	if (window.focus) {winwin.focus()}
}