function show_win(url)
{
	window.open(url,"Picture from gallery","Toolbar = no, location = no, status = yes, menubar = no, scrollbars = yes, width = 850, height = 640, resizable = yes");
  return false;
}


function close_win()
{
  window.close();
}
