<!--
function theIPIX(url)
	{
		window.open(url,'ipxWindow','resizable,scrollbars=yes,height=360,width=360');
	}

function thepanaramic(url)
	{
		window.open(url,'ipxWindow','resizable,scrollbars=yes,height=250,width=250');
	}

function infoIPIX(url)
	{
		window.open(url,'ipxWindow','resizable,scrollbars=yes,height=450,width=640');
	}

function theHelp(url)
	{
		window.open(url,'ipxWindow','scrollbars=yes,height=480,width=450');
	}
// -->
