function showimagediv(imagename){

/*<img height="225" width="247" border="0" title="series cherry a" alt="series cherry a" src="../images/cms/111.gif"/>*/
//alert(imagename);
//var string = "<img  height='225' width='227' border='0' >";
//alert(string);



/*img = document.createElement("img");
img.id="minutesTens";
img.src = "1.gif";
p.appendChild(img);*/

//divid
   document.getElementById('first').style.display='none';
   document.getElementById('displaydivid').style.display='block';
   document.getElementById('displaydivid').innerHTML="<img src='http://www.dev-wellborn.com/images/prod/"+imagename+"' height='225' width='227' border='0'>";
   /* var img = document.createElement("IMG");
	img.src = "http://www.dev-wellborn.com/images/prod/"+imagename;
	document.getElementById('displaydivid').appendChild(img);
*/

//document.getElementById('divid').innerHTML="<img src='../images/prod/"+imagename+"' height='225' width='227' border='0'>";

//document.getElementById('divid').style.display='block';

//document.getElementById('divid').innerHtml



}

/*function show(id)
{
	el = document.getElementById(id);
	if (el.style.display == 'none')
	{
	el.style.display = '';
	el = document.getElementById('more' + id);
	el.innerHTML.thisImage = 'images/add.png';
	} else {
	el.style.display = 'none';
	el = document.getElementById('more' + id);
	el.innerHTML.thisImage = 'images/delete.png';
	}
}
	
	function change_pic(val) {
	document.getElementById('image_name').src = val;

}*/