function openw(res,title) {
   rand=Math.random().toString().substring(2,15);
   window.open(path + "/lib/show_pic.php?src="+res+"&title="+title, 'new_'+rand, "top=50, left=50, width=50, height=50, channelmode=no, toolbar=no, location=no, status=no, directories=no, menubar=no, resizable=yes");
	//window.open(path + "/lib/show_pic.php?src="+res+"&title="+title, 'new_'+rand, "channelmode=no, toolbar=no, location=no, status=no, directories=no, menubar=no, resizable=yes");
}

