function ShowPic(URL,name,properties)
{
 window.open(URL,name,properties);
}
