function show(obj)
{
p = obj.src ;
parr = p.split('/');
pr = parr[parr.length-1];


	//window.open("../images/hRes/"+pr ,'w1','scrollbars=yes,height=520,width=600')
	window.open("../largeimage.htm?img="+pr ,'w1','top=0,left=0,scrollbars=yes,height=560,width=600')
	

}

