function back()
{
	document.form.action = "index.html";
	document.form.submit();
}
