// menu_items.js filevar MENU_ITEMS =[	["Movie Theater", "http://www.open-art.tv/theater/movielist.html"],	["openArt DVD", "http://www.open-art.tv/DVD/"],	["News ", "http://openart.de-blog.jp/openart/"],	["Head Line ", "http://www.open-art.tv/news/index.html"],	["About openArt ", "http://www.open-art.tv/about_openArt/index.html"],	["about us", "http://www.open-art.tv/about_us/index.html"],	["Entry", "http://www.open-art.tv/entry/index.html"],	["Liaison ", null],	["schedule ", null],	["site map ", "http://www.open-art.tv/sitemap.html"],	["HOME", "http://www.open-art.tv/main.html"]];