// Object Contents ÀÚµ¿º¯È¯¿ë

function axConvert(id){ 
	document.write(id.innerHTML);
	id.id = '';
}


