function openpic(url)
{
    window.open(url,null,'status=yes,scrollbars=yes,toolbar=no,menubar=no,location=no');
}

