
function act(page) 
{
theForm = document.forms[0];
theForm.action = page;  
theForm.submit();
} 

