<!--
function openLegal(sURL) {
	window.open(sURL,'Legal','scrollbars=yes,width=400,height=500,screenX=25,screenY=25,top=25,left=25');
	return false;
}

function openMap(sURL,sSize) {
	window.open(sURL,'Legal','scrollbars=yes,'+sSize+',screenX=25,screenY=25,top=25,left=25');
	return false;
}
-->