// トップページ体験説明会絞り込み

function tokyopull(){
document.eventtopsearch.author.length=9;
document.eventtopsearch.author.options[0].text="すべての学科";
document.eventtopsearch.author.options[1].text="ゲームプログラマー学科";
document.eventtopsearch.author.options[2].text="ゲーム企画ディレクター学科";
document.eventtopsearch.author.options[3].text="ゲームグラフィックデザイナー学科";
document.eventtopsearch.author.options[4].text="アニメーション学科";
document.eventtopsearch.author.options[5].text="キャラクターデザイン学科";
document.eventtopsearch.author.options[6].text="マンガ学科";
document.eventtopsearch.author.options[7].text="ノベルス学科";
document.eventtopsearch.author.options[8].text="声優タレント学科";
document.eventtopsearch.author.options[0].value="99,2,3,4,10,6,7,15,14";
document.eventtopsearch.author.options[1].value="2";
document.eventtopsearch.author.options[2].value="15";
document.eventtopsearch.author.options[3].value="14";
document.eventtopsearch.author.options[4].value="3";
document.eventtopsearch.author.options[5].value="4";
document.eventtopsearch.author.options[6].value="10";
document.eventtopsearch.author.options[7].value="6";
document.eventtopsearch.author.options[8].value="7";

}
function osakapull(){
document.eventtopsearch.author.length=8;
document.eventtopsearch.author.options[0].text="すべての学科";
document.eventtopsearch.author.options[1].text="ゲームプログラマー学科";
document.eventtopsearch.author.options[2].text="ゲームグラフィックデザイナー学科";
document.eventtopsearch.author.options[3].text="アニメーション学科";
document.eventtopsearch.author.options[4].text="キャラクターデザイン学科";
document.eventtopsearch.author.options[5].text="マンガ学科";
document.eventtopsearch.author.options[6].text="ノベルス学科";
document.eventtopsearch.author.options[7].text="声優タレント学科";
document.eventtopsearch.author.options[0].value="99,2,3,4,10,6,7,15,14";
document.eventtopsearch.author.options[1].value="2";
document.eventtopsearch.author.options[2].value="14";
document.eventtopsearch.author.options[3].value="3";
document.eventtopsearch.author.options[4].value="4";
document.eventtopsearch.author.options[5].value="10";
document.eventtopsearch.author.options[6].value="6";
document.eventtopsearch.author.options[7].value="7";
}
