	function OpenImage(link,w,h)			
	{				window.open(link,'_blank','status=yes,top=200,left=200,width=' + w + ',height= ' + h );			}
