// JavaScript Document

<!--
function js2Process ()
{
  var w=800;
  var h=400;
  var dx=(screen.availWidth-w)/2;
  var dy=(screen.availHeight-h)/2;
  

  var 			win=window.open("http://www.fastsite.com/cgi-bin/vic.pl?mode=1&ref="+escape(document.URL)+"&csz="+escape(document.js2.csz.value)+"&user=smallfry-brainy&perpage=5&mpage=on","Results","width="+w+",height="+h+",screenX="+dx+",screenY="+dy+",left="+dx+",top="+dy+",resizable,scrollbars,toolbar,status,menubar");
  if (win.focus)
    win.focus ();
  return false;
}
//-->
