function submitformz() {
	document.getElementById('o').value = 'z';
}
function submitformw() {
	document.getElementById('o').value = 'w';
}
