<!--
function intro() 
{
open("intro.htm" , "intro" , "toolbar=no,top=50, left=50,width=640,height=480"); 
}

function myPop(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

//-->