// JavaScript Document

<!--
function popitup(url)
{
	newwindow=window.open(url,'name','height=830,width=1080,scrollbars');
	if (window.focus) {newwindow.focus()}
	return false;
}

// -->

<!--
function popitup1(url)
{
	newwindow=window.open(url,'name','height=520,width=455,scrollbars');
	if (window.focus) {newwindow.focus()}
	return false;
}

// -->

<!--
function popitup2(url)
{
	newwindow=window.open(url,'name','height=520,width=455,scrollbars');
	if (window.focus) {newwindow.focus()}
	return false;
}

// -->
