 <!--  
var newwindow;
function popwin1(url)
{
	newwindow=window.open(url,'name','height=525,width=861,resizable=no,scrollbars=no,');
	if (window.focus) {newwindow.focus()}
}
-->
