function cShow(n) {
	var i;
	for ( i=0; i<10; i=i+1 ) {
		if (!!document.getElementById("cnt"+i)) {
			if(n == i) {
				document.getElementById("cnt"+i).style.display = "block";
			} else {
				document.getElementById("cnt"+i).style.display = "none";
			}
		}

	}
}

 function Show(n) {
	var i;
	for ( i=0; i<10; i=i+1 ) {
		if (!!document.getElementById("cnt"+i)) {
			if(n == i) {
				location.href='http://www.aromanet.co.jp/';
				document.getElementById("cnt"+i).style.display = "block";
			} else {
				document.getElementById("cnt"+i).style.display = "none";
			}
		}

	}
}

function openWin(url){
window.open(url,'win1','width=470px,height=470px,status=0,location=0,resizable=0,scrollbars=0,directories=0,menubar=0,toolbar=0,left=100,top=50',0);
}

function send(){
	var win = window.open('','win2','width=530,height=570,scrollbars=1');
	document.corse.target = "win2";
	document.corse.method = "post";
	document.corse.submit();
	win.focus();
	return false;
}

function yahoo_win() {
    window.open('http://bookmarks.yahoo.co.jp/bookmarklet/showpopup?t='+encodeURIComponent(document.title)+'&u='+encodeURIComponent(window.location.href)+'&opener=bm&ei=UTF-8','popup','width=550px,height=480px,status=1,location=0,resizable=1,scrollbars=1,left=100,top=50');
}