function apri(url)
{
a = window.open (url, 'a', ',width=450,height=450,status=no,scrollbars=yes'); 
}