function popup(url)
{
window.open(url,'PopupWin','width=550,height=550,scrollbars=yes,toolbars=no,resizable=yes');
}