function SetSymbol(no,img){
	document.getElementById('Symbol').src = img;
	document.getElementById('symbolid').value = no;
	}
