function pictwin(width, height, url)
{
        OpenWindow=window.open(url,"newwin","width="+width+",height="+height+",toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,directories=no,status=no");
}