function op(url)
{
    window.open(url, '_blank', 'noclose=1,toolbar=0,menubar=0,status=0,width=700,height=500,left=100,top=50,resizable=0,scrollbars=1');
}
