function select_image(id,sc,which){
	html = '<img border="0" src="'+which+'" height="300" width="580" />';
	document.getElementById(id).innerHTML = html;
	//alert(html);
}