function calcHeight() {
	var the_height=document.getElementById('sortframe').contentWindow.document.body.scrollHeight;
	document.getElementById('sortframe').height=the_height;
}
function changeimg(img_name,img_src) {
	//document[img_name].src=img_src;
	document.getElementById('public').src=img_src;
}
