<!--ウィンドウを開く//--->

function OpenWin1(){
        win1=window.open("consept/index.html","new1","width=380,height=560");
}
function OpenWin2(){
        win2=window.open("information/index.html","new2","scrollbars=yes,width=700,height=570");
}
function OpenWin3(){
        win3=window.open("shop/index.html","new3","toolbar=yes,location=no,status=no,menubar=no,scrollbars=yes,width=750,height=600");
}
function OpenWin4(){
         win4=window.open("http://blog.hana-feeling.com/","new4","toolbar=yes,location=no,status=no,menubar=no,scrollbars=yes,width=860,height=600");
}
function OpenWin5(){
         win5=window.open("aboutme/index.html","new5","width=450,height=570");
}
function OpenWin6(){
         win6=window.open("cardbook/index.html","new6","width=430,height=530");
}
function OpenWin7(){
         win7=window.open("sakuhin-ten/index.html","new7","width=700,height=500");
}
function OpenWin8(){
         win8=window.open("lesson/index.html","new8","width=800,height=680,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes");
}


function imgOn(pic)  {
		
             if (document.images) {
                  switch(pic){
                  case 0 : document.koten0.src = "images/picture/koten0_on.jpg";
                           break;
                  case 1 : document.koten1.src = "images/picture/koten1_on.jpg";
                           break;
                  case 2 : document.koten2.src = "images/picture/koten2_on.jpg";
                           break;
                  }
             }
}

function imgOff(pic)  {
             if (document.images) {
                  switch(pic){
                  case 0 : document.koten0.src = "images/picture/koten0.jpg";
                           break;
                  case 1 : document.koten1.src = "images/picture/koten1.jpg";
                           break;
                  case 2 : document.koten2.src = "images/picture/koten2.jpg";
                           break;
                  }
             }
}


function stOn(pic)  {
	var doc;
	doc="st" + pic;
	if (document.images) {
		document[doc].src = "images/picture/st" + pic + ".jpg";
	}
}

function stOff(pic)  {
	var doc;
	doc="st" + pic;
	if (document.images) {
		document[doc].src = "images/picture/st" + pic + "-1.jpg";
	}
}


/* ウィンドウを開く */
function winOpen(){
	var win;
	win=window.open("sakuhinten2008/index.html","sakuhinten2008",
                                "toolbar=no,resizable=no,width=650,height=463,left=0,top=0,screenX=200,screenY=100,scrollbars=no");
	win.focus();
}


function imOn( pname, num )  {
	document.images[pname].src="images/" + pname + "/" + num + ".jpg";
}


