	function SwipeIMG(blob,title,description,height,width)
{	partA = "<img style='cursor:hand;' onclick=\"NewWindow('images/bigpics/" + blob + "','name','595','500','yes');\" width='" + width + "' height='" + height + "' src='images/" + blob + "' alt='Click To Enlarge'>"
	wrapperStart = "<table cellspacing='0' width='" + width + "'>" + "<tr><td width='" + width + "' align='left'>"
	wrapperEnd = "</div></td></tr></table>"
	
	newContent = wrapperStart + partA + wrapperEnd;
	document.getElementById("SwipeIMGover0").innerHTML = newContent;
}