function pageChange(value) { switch (value) { case "home" : location.href ="?act=main"; break; case "email" : location.href ="mailto:info@yogurberry.com.br"; break; /* »ó´Ü ÁÖ¸Þ´º */ case "1" : location.href ="?ch=sub&p=sub.01_yogur"; break; case "2" : location.href ="?ch=sub&p=sub.02_menu"; break; case "3" : location.href ="?ch=sub&p=sub.03_location"; break; case "4" : location.href ="?ch=sub&p=sub.04_nutrition"; break; case "5" : location.href ="?ch=sub&p=sub.05_international"; break; case "6" : location.href ="?ch=sub&p=sub.06_franchise"; break; case "f_01" : location.href ="?ch=sub&p=sub.07_company"; break; case "f_01_2" : location.href ="?ch=sub&p=sub.07_company_2"; break; case "f_01_3" : location.href ="?ch=sub&act=pboard&code=release"; break; case "f_02" : location.href ="?ch=sub&act=pboard.form&code=contact&mode=WRITE"; break; case "f_03" : location.href ="?ch=sub&p=sub.09_job"; break; case "f_04" : location.href ="?ch=sub&p=sub.10_terms"; break; case "f_05" : location.href ="?ch=sub&p=sub.11_policy"; break; /* case "event" : location.href ="?ch=sub&p=sub.12_event"; break; case "store" : location.href ="?ch=sub&act=pboard&code=store"; break; */ case "event" : location.href ="?ch=sub&act=pboard&code=event"; break; case "store" : location.href ="?ch=sub&p=sub.13_store"; break; } }