
function play(file) {
	window.parent.play.location.href = "http://manaphy.jp/o/play.php?midi=" + file;
}

function off() {
	window.parent.play.location.href = "http://manaphy.jp/o/play.php";
}

function playlog(file) {
	window.top.play.location.href = "http://manaphy.jp/o/play.php?midi=" + file;
}


///////////////
//TOP専用//////
///////////////

function on_Msg(str) {
var d = document;
d.all.msg.value = "★" + str;
}

function off_Msg() {
document.all.msg.value = "★ここにコンテンツの説明が表示されます";
}


///////////////////
//Yahooブックマーク
///////////////////

function yahoo_b() {
	document.write ('<a href="javascript:ybook(\'http://manaphy.jp/\');"><img src="http://manaphy.jp/img/banar/book-y.gif" />Yahooブックマークに追加</a>');
	}
	
//Yahooブックマーク
function ybook(ul) {
window.open('http://bookmarks.yahoo.co.jp/bookmarklet/showpopup?t='+encodeURIComponent('ポケモン漫画サイト「じゅうまんぼると」')+'&u='+ul+'&opener=bm&ei=UTF-8','popup','width=550px,height=480px,status=1,location=0,resizable=1,scrollbars=0,left=100,top=50',0);
}
