// JavaScript Document
function shownew(pic)
{
	newWindow=window.open('','','status=yes,scrollbars=no,resizable=yes,width=660,height=500');
	newWindow.document.write("<head><title>DOOGOOD: Gallery</title></head><table height='100%' widht='100%'><tr><td align='left'><input type='submit' value='Close' onClick='window.close();'><br /><img src='../images/others/"+pic+"' /></td></tr><tr><td align='center'></td></tr></table>");
	newWindow.focus();
}