// JavaScript Document

<!--
function popitup(url)
{
	newwindow=window.open(url,'name','height=450,width=700,scrollbars=yes,resizeable=yes,left=100,top=170,');
	if (window.focus) {newwindow.focus()}
	return false;
}

// -->


<!--
function popitup2(url)
{
	newwindow=window.open(url,'name','height=600,width=775,scrollbars=yes,resizeable=yes,left=100,top=170');
	if (window.focus) {newwindow.focus()}
	return false;
}

// -->


<!--
function popitup3(url)
{
	newwindow=window.open(url,'name','height=650,width=700,scrollbars=yes,resizeable=yes,left=100,top=170,');
	if (window.focus) {newwindow.focus()}
	return false;
}

// -->