function openFrame(url)
{
	theFrame.location.href=url;
}

function openPop(url)
{
      window.open
(''+url,'mywin','left=20,top=20,width=500,height=500,toolbar=1,resizable=1,scrollbars=1');
      //myRef.focus()
}
