
<!--

var newwindow;
function pop(url)
{
	newwindow=window.open(url,'name','height=650,width=450,scrollbars=no');

	if (window.focus) {newwindow.focus()}

}

// -->

