//ヘッダーフォーム生成function setHeaderForm (){		var path = "/";		document.write('<form name="headerForm_quickLink">');	document.write('<table>');	document.write('<tr>');	document.write('<td class="m"><select name="quickLink">');	document.write('<option value="#" selected>サイト内クイックリンク</option>');	document.write('<option value="'+path+'facilities/museum/index.html">大学美術館</option>');	document.write('<option value="'+path+'facilities/museum/info/index.html">展覧会一覧</option>');	document.write('<option value="'+path+'facilities/sogakudou/index.html">奏楽堂</option>');	document.write('<option value="'+path+'facilities/sogakudou/info/index.html">演奏会一覧</option>');	document.write('<option value="'+path+'for/candidates.html">受験生の方へ</option>');	document.write('<option value="'+path+'for/students.html">在学生の方へ</option>');	document.write('<option value="'+path+'for/graduate/index.html">卒業生の方へ</option>');	document.write('<option value="'+path+'for/general.html">一般の方へ</option>');	document.write('<option value="'+path+'info/index.html">お知らせ</option>');	document.write('</select>');	document.write('</td>');	document.write('<td>');	document.write('<input name="jumpButton" type="image" class="button" onClick="MM_jumpMenuGo(\'quickLink\',\'parent\',0);return false;" src="'+path+'common/images/bt_jump.gif" alt="移動">');	document.write('</td>');	document.write('</form>');	document.write('<form name="headerForm" method="GET" action="http://www.google.co.jp/u/GeijutsuDaigaku">');	document.write('<td>');	document.write('<img src="'+path+'common/images/label_search.gif" alt="サイト内検索" width="59" height="9">');	document.write('</td>');	document.write('<td class="m">');	document.write('<input type="text" name="q" class="searchText">');	document.write('</td>');	document.write('<td>');	document.write('<input type="image" class="button" src="'+path+'common/images/bt_search.gif" alt="検索"  name="sa" value="Google 検索">');	document.write('<INPUT type="hidden" name="hl" value="ja">');	document.write('<INPUT type="hidden" name="ie" value="Shift_JIS">');	document.write('<INPUT type="hidden" name="oe" value="Shift_JIS">');	document.write('</td>');	document.write('</tr>');	document.write('</table>');	document.write('</form>');}//jumpMenufunction MM_jumpMenu(targ,selObj,restore){ //v3.0  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");  if (restore) selObj.selectedIndex=0;}//jumpMenuGofunction MM_jumpMenuGo(selName,targ,restore){ //v3.0  var selObj = MM_findObj(selName); if (selObj) MM_jumpMenu(targ,selObj,restore);}//swapImagefunction MM_preloadImages() { //v3.0  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}}function MM_swapImgRestore() { //v3.0  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;}function MM_findObj(n, d) { //v4.01  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);  if(!x && d.getElementById) x=d.getElementById(n); return x;}function MM_swapImage() { //v3.0  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}}
