// JavaScript Document

<!--
function popitup(url) {
	newwindow=window.open(url,'name','height=700,width=500, screenX=200 screenY=-200');
	if (window.focus) {newwindow.focus()}
	return false;
}


// -->

<!--
function popupmap(url) {
	newwindow=window.open(url,'name','height=700,width=500, screenX=200 screenY=-200');
	if (window.focus) {newwindow.focus()}
	return false;
}


// -->


<!--
function popshortlist(url) {
	newwindow=window.open(url,'name','height=700,width=500, screenX=200 screenY=-200');
	if (window.focus) {newwindow.focus()}
	return false;
}


// -->