function sideSubmit(css_type, link)
{
  form_type = css_type+"_form";
  document.getElementById(form_type).action = link+".php";
  document.getElementById(form_type).submit();
}
