function ShowImg( title, url ){
	window.open('lib/ShowImg.php?t='+encodeURI(title)+'&u='+encodeURI(url), '');
}
function ShowImg2( title, aid ){
	window.open('lib/img.php?aid='+aid, '');
}
