
var newwindow;

function poplink(url)
{

	newwindow=window.open(url,'name','height=345,width=465,left=400,top=300,resizable=no,scrollbars=yes,toolbar=no,status=no');
	if (window.focus) {newwindow.focus()}
}


