function openSpeech(URL)
{
 var url = URL;
 //alert (url);
  
 window.open('./showPage.php?url='+url,'UserProfile','scrollbars,toolbar,location,resizable,width=700,height=600,center=0')
}

function coraSpeech(URL)
{
 var url = URL;
 //alert (url);
  
 window.open('./showCoraSpeech.php?url='+url,'UserProfile','scrollbars,toolbar,location,resizable,width=700,height=600,center=0')
}

function openPress(URL)
{
 var url = URL;
 //alert (url);
  
 window.open('./showPage.php?'+url,'UserProfile','scrollbars,toolbar,location,resizabl,width=700,height=600,center=0')
}

function signUp()
{
 //var url = URL;
 
 window.open('./signup.php','RegisterNewUser','scrollbars=yes,toolbar=no,resizable=yes,width=465,height=600,center=0')
}
