function ShowPicture(url,title,width,height)
{
       window.open (url, '', "toolbar=no, menubar=no, height=" + height + ", width=" + width);
}