//ActiveXControl.js ¼Ò½º

function ControlWrite(controlid){
	document.write(document.getElementById(controlid).value);
}