



function popTour()
{
  var x=window.open('/tour.htm','Tour','top=20,left=20,screenx=20,screeny=20,width=500px,height=630px,location=no,resizable=no,scrollbars=yes,menubar=no,toolbar=no,status=no,dependent=yes,directories=no,');x.focus();
}
function popFAQ()
{
  var x=window.open('/faqs.htm','FAQs','top=20,left=20,screenx=20,screeny=20,width=500px,height=500px,location=no,resizable=no,scrollbars=yes,menubar=no,toolbar=no,status=no,dependent=yes,directories=no,');x.focus();
}
function popContact()
{
  var x=window.open('/contact.htm','Contact','top=20,left=20,screenx=20,screeny=20,width=600px,height=500px,location=no,resizable=no,scrollbars=yes,menubar=no,toolbar=no,status=no,dependent=yes,directories=no,');x.focus();
}
function popBrowser()
{
  var x=window.open('/browser.htm','Browser','top=20,left=20,screenx=20,screeny=20,width=500px,height=300px,location=no,resizable=no,scrollbars=yes,menubar=no,toolbar=no,status=no,dependent=yes,directories=no,');x.focus();
}
function popSystemRequirements()
{
  var x=window.open('/check.htm','Browser','top=20,left=20,screenx=20,screeny=20,width=500px,height=300px,location=no,resizable=no,scrollbars=yes,menubar=no,toolbar=no,status=no,dependent=yes,directories=no,');x.focus();
}
function assignError(error)
{
  if (dojo)
    alert("Dojo error: " + dojo.debugShallow(error));
}