function openwin(surl,winname)
{
        window.open(surl,'','scrollbars=yes,resizable=no,top=30,left=50,height=450,width=400,alwaysRaised=yes');
} 