var MacIE = (navigator.userAgent.indexOf("Mac") >= 0) && document.all ? true : false;
//MacIE = true;
var timerID = null;

function chageStageSize(arg, nm /* = "" */) {
	document.getElementById('flashcontent').style.height = arg;
	if (!nm) nm = "blank_top.html";
	if (window.opera) {
		inline.location.replace(nm);
	} else if (!MacIE) {
		inline.location.href = nm;
	} else {
		if (timerID != null) clearInterval(timerID);
		timerID = setInterval('pageLoad("'+nm+'")', 200);
	}
}

function pageLoad(nm) {
	clearInterval(timerID); timerID = null;
	inline.location.href = nm;
}

function openMobile() {
	newWindow = window.open('http://www.sonymusic.co.jp/Music/Arch/ES/TMRevolution/index_m.html', 'Mobile', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,marginwidth=0,marginheight=0,width=245,height=330');
}

function inlinePage() {
	document.getElementById('flashcontent').style.height = 86;
}
