Showcase = {
	PopupPic: function (url, trg)
	{
		var w = window.open("", trg, "resizable=yes,height=10,width=10,left=100,top=100,screenX=100,screenY=100");
		w.document.write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><\/head><body align="center" style="margin:0px;"><img onload="window.resizeBy(this.offsetWidth-95, this.offsetHeight-95);" id="pic" src="'+url+'" style="display:block; margin: auto;" align="center" alt="" \/><\/body><\/html>');
		w.document.close();
	}
};
