/* お知らせ
____________________________________________________________*/
function includeInfo(){
document.write("<div style=\"background:#fff; margin:15px 0; padding:2px;\">");
document.write("<div style=\"border:2px solid #f00; background:#fff; color:#f00; text-align:center; padding:10px 0 15px; font-size:12px; \">");
	document.write("<strong style=\"font-size:18px;\">臨時休業のお知らせ</strong><br>");
	document.write("<div style=\"margin:5px; color:#333; line-height:1.4em;\">");
		document.write("平素は、牛銀本店をお引き立て賜り、誠にありがとうございます。<br>");
		document.write("詳しくは下記の通りご案内させていただきますので、何卒よろしくお願いいたします。<br>");
	document.write("</div>");
	document.write("<div align=\"center\">");
		document.write("<table border=\"0\" cellspacing=\"1\" cellpadding=\"0\" width=\"500\" style=\"font-weight:bold;\">");
		document.write("<tr>");
		document.write("<td bgcolor=\"#ff3f3f\" style=\"padding:6px; text-align:center; color:#fff;\">2010年9月休日</td>");
		document.write("<td bgcolor=\"#F5ECEC\">&nbsp;6日(月)、13日(月)、27日(月)、30日(木)<span style=\"color:#F00;font-size:10px;\">※</span></td>");
		document.write("</tr>");
		document.write("</table>");
		document.write("※9/30(木)が臨時の休業日となります。");
	document.write("</div>");
document.write("</div>");
document.write("</div>");
}






/* 別ウインドウ
____________________________________________________________*/
function OpenWin(url,w,h) {
	var openWin= window.open(url,'NewWin','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width='+w+',height='+h+'');
	openWin.focus();
}


/* ロールオーバー（プリロード）
____________________________________________________________*/
function MS_swapImgRestore() { //v3.0
  var i,x,a=document.MS_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MS_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MS_p) d.MS_p=new Array();
    var i,j=d.MS_p.length,a=MS_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MS_p[j]=new Image; d.MS_p[j++].src=a[i];}}
}

function MS_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=MS_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MS_swapImage() { //v3.0
  var i,j=0,x,a=MS_swapImage.arguments; document.MS_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MS_findObj(a[i]))!=null){document.MS_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
