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

// -->


<!--
function popitup2(url)
{
	newwindow=window.open(url,'name','height=350,width=800,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=800,scrollbars=yes,resizeable=yes,left=100,top=170,');
	if (window.focus) {newwindow.focus()}
	return false;
}

// -->
