function $(id){
	return document.getElementById(id);	
}
function checkimg(sid,img){
	$(sid).src=img;
}