function SymError()
{
  return true;
}

window.onerror = SymError;

var urlpathname = document.location.pathname;

if(urlpathname == "/html/main.php") {parent.window.document.all.homec.className = "menu_on";} else {parent.window.document.all.homec.className = "menu";}
if(urlpathname == "/html/lokatie.php") {parent.window.document.all.lokatiec.className = "menu_on";} else {parent.window.document.all.lokatiec.className = "menu";}
if(urlpathname == "/html/contact.php") {parent.window.document.all.contactc.className = "menu_on";} else {parent.window.document.all.contactc.className = "menu";}
if(urlpathname.substring(0,14) == "/html/ontharen") {parent.window.document.all.ontharenc.className = "smenu_on";} else {parent.window.document.all.ontharenc.className = "smenu";}
if(urlpathname.substring(0,9) == "/html/pmu") {parent.window.document.all.pmuc.className = "smenu_on";} else {parent.window.document.all.pmuc.className = "smenu";}
if(urlpathname.substring(0,8) == "/html/md") {parent.window.document.all.mdc.className = "smenu_on";} else {parent.window.document.all.mdc.className = "smenu";}
if(urlpathname.substring(0,8) == "/html/ab") {parent.window.document.all.abc.className = "smenu_on";} else {parent.window.document.all.abc.className = "smenu";}
if(urlpathname.substring(0,13) == "/html/clarins" || urlpathname.substring(0,13) == "/html/valmont") {parent.window.document.all.huidverzorgingc.className = "smenu_on";} else {parent.window.document.all.huidverzorgingc.className = "smenu";}

