// JavaScript Document
<!--
function VA_new_win()
{
    window.open("../VA.html","mywin","width=683,height=620,screenX=50,left=50,screenY=50,top=50,status=yes,menubar=yes");
}

function Panoptes_new_win()
{
    window.open("../panoptes.html","mywin","width=683,height=620,screenX=50,left=50,screenY=50,top=50,status=yes,menubar=yes");
}

//-->

