//初期設定if (navigator.appVersion > "3") {	Head = new Array();	for (i=0; i<6; i=i+1) { Head[i] =  new Image(); }	Head[0].src = "./img/head_inquiry.gif";	Head[1].src = "./img/head_inquiry_on.gif";	Head[2].src = "./img/head_notice.gif";	Head[3].src = "./img/head_notice_on.gif";	Head[4].src = "./img/head_supporter.gif";	Head[5].src = "./img/head_supporter_on.gif";	Menu = new Array();	for (i=0; i<12; i=i+1) { Menu[i] =  new Image(); }	Menu[0].src = "./img/head_menu1.gif";	Menu[1].src = "./img/head_menu1_on.gif";	Menu[2].src = "./img/head_menu2.gif";	Menu[3].src = "./img/head_menu2_on.gif";	Menu[4].src = "./img/head_menu3.gif";	Menu[5].src = "./img/head_menu3_on.gif";	Menu[6].src = "./img/head_menu4.gif";	Menu[7].src = "./img/head_menu4_on.gif";	Menu[8].src = "./img/head_menu5.gif";	Menu[9].src = "./img/head_menu5_on.gif";	Menu[10].src = "./img/head_menu6.gif";	Menu[11].src = "./img/head_menu6_on.gif";	Profile = new Array();	for (i=0; i<10; i=i+1) { Profile[i] =  new Image(); }	Profile[0].src = "./img/profile_menu1.gif";	Profile[1].src = "./img/profile_menu1_on.gif";	Profile[2].src = "./img/profile_menu2.gif";	Profile[3].src = "./img/profile_menu2_on.gif";	Profile[4].src = "./img/profile_menu3.gif";	Profile[5].src = "./img/profile_menu3_on.gif";	Profile[6].src = "./img/profile_menu4.gif";	Profile[7].src = "./img/profile_menu4_on.gif";	Profile[8].src = "./img/profile_menu5.gif";	Profile[9].src = "./img/profile_menu5_on.gif";	var iValue, rNumber;	TopPhoto = new Array();	TopPhoto[1] = "img/top_main1.jpg";	TopPhoto[2] = "img/top_main2.jpg";}//ポップアップメニュー用ファンクションfunction popUp(url,name,x,y){	Wname = name;	para = "width=" + x + ",height=" + y + ",menubar=no,directories=no,status=no,location=no,toolbar=no,scrollbars=yes";	popup =window.open(url,Wname,para);	popup.focus();	void(0);}//画像差し替え用ファンクションfunction imgChng(ID,imgName) {	document.images[imgName].src = eval(ID + ".src");}function display_image(){	iValue = Math.random() * 2;	rNumber = Math.ceil(iValue);	if(rNumber == 0){rNumber++};	document.write('<img src="' + TopPhoto[rNumber] + '" width="746" height="394" alt="変えなアカン！高槻！！：「役所の持ち回り市長を変えな！」「40年ぶり民間人市長に変えな！」「若い市長に変えな！」「先送り行政を変えな！」「福祉を変えな！」「安全なまちに変えな！」「マニフェストで変えな！」「教育を変えな！」">');}