function ShowPict(url) {
// open(url,"","sizable=yes,status=yes,addressbar=yes,toolbar=yes,menubar=yes,scrollbars=yes");
 open(url);
}

