
window.onload=function(){if(!document.getElementById)return;var why_company=document.getElementById('why_company');var why_investor=document.getElementById('why_investor');var why_company_list=document.getElementById('why_company_list');var why_investor_list=document.getElementById('why_investor_list');if(why_company&&why_investor&&why_company_list&&why_investor_list){var span_investor=why_investor.getElementsByTagName("span")[0];var span_company=why_company.getElementsByTagName("span")[0];why_investor.onclick=function(){why_company_list.className=why_company_list.className.replace("visible","hidden");why_investor_list.className=why_investor_list.className.replace("hidden","visible");if(span_investor&&span_company){span_investor.className=span_investor.className.replace("why_investor","why_investor_selected");span_company.className=span_company.className.replace("why_company_selected","why_company");}
return false;}
why_company.onclick=function(){why_company_list.className=why_company_list.className.replace("hidden","visible");why_investor_list.className=why_investor_list.className.replace("visible","hidden");if(span_investor&&span_company){span_investor.className=span_investor.className.replace("why_investor_selected","why_investor");span_company.className=span_company.className.replace("why_company","why_company_selected");}
return false;}}}
