<!--hide this from older browsers
function reglinks1(sendw)  
  { 
    if (sendw != "") { 
       window.open(sendw,'new','status=yes,scrollbars=yes,resizable=yes,width=800,height=600,screenX=0,screenY=0,top=0,left=0');
                 }
  }

 function reglinks2(sendo)
{
	if (sendo != "") 
		{
       window.open(sendo,'new','status=yes,scrollbars=yes,resizable=yes');
		}	
}

 function reglinks3(sendot)
{
	if (sendot != "") 
		{
		self.location=sendot;
		}
	
}
//-->
