function _post_oc() {
	var f = document.getElementById('oc_form');
	//f.oc_username.value=document.getElementById('re_oc_username').value;
	//f.oc_password.value=document.getElementById('re_oc_password').value;
	f.submit();
}



