// Misc functions

function tour() {
        open("/tour/tour1.html","tour","height=550,width=630,resizable=yes,status=no,toolbar=no,menubar=no,location=no,top=2,left=2");
}

function linkview() {
        open("/cgi-local/links.pl","links","height=550,width=630,resizable=yes,status=yes,toolbar=yes,menubar=yes,scrollbars=yes,location=yes,top=2,left=2");
}
function cvoalaunch() {
  self.name = "opener";
 remote = open("http://www.cvoa.com/cvoa/freeairfarequote.php3?ref_site=" + escape(location.href), "remote", "resizable,toolbar,scrollbars,status,width=425,height=575");
}


