function doAction( strAction ){
//--------------------------------------------------------------------	
var theForm=document.forms[0];
theForm.action.value=strAction;
theForm.submit();
}
