function ShowImage(img, width, height)
	{
		vdir = 'http://www.wizards.com/dnd/images/';
		window.open(vdir + img,'_blank','height=' + (height+16) + ',width=' + (width+16) + ',status=yes,toolbar=no,menubar=no,location=no');
	}