// JavaScript Document
function submitForm() {
    document.buycd.submit();
}
function showWriting() {
	document.getElementById('writing').style.height = 'auto';
	document.getElementById('more').style.display = 'none';
}