<!--
var MH_bp_path = "http://www.vap.co.jp/L-movie/blogparts/swf/";

var MH_swf1 = "bp_l_d_clock.swf";
var MH_swf2 = "bp_l_d_clock_screen.swf";
var MH_swfurl1 = MH_bp_path + MH_swf1;
var MH_swfurl2 = MH_bp_path + MH_swf2;
if (bpsize == "small") {
	var MH_swf_w1 = "150";
	var MH_swf_h1 = "200";
} else {
	var MH_swf_w1 = "180";
	var MH_swf_h1 = "240";
}
var MH_swf_w2 = "100%";
var MH_swf_h2 = "100%";
var MH_nameval1 = "blogparts";
var MH_nameval2 = "blogparts_timer";
var MH_id1 = "bp_L_D_Clock_dvd";
var MH_id2 = "bp_L_D_Screen_dvd";
var MH_browserType = "";
MH_browserCheck();
var MH_docHTML1 = MH_makeHTML(MH_swfurl1, MH_swf_w1, MH_swf_h1, MH_nameval1, "opaque");
var MH_docHTML2 = MH_makeHTML(MH_swfurl2, MH_swf_w2, MH_swf_h2, MH_nameval2, "transparent");

MH_docHTML1 = '<div id="' + MH_id1 + '">' + MH_docHTML1 + '</div>';
document.write(MH_docHTML1);
toneSWF = document.createElement("div");
toneSWF.setAttribute("id", MH_id2);
var MH_swfstyle = 0;
if (document.all) {
	document.onreadystatechange = function () {
		if (this.readyState == "complete") {
			document.body.appendChild(toneSWF);
			MH_swfstyle = document.getElementById(MH_id2);
			MH_swfstyle.innerHTML = MH_docHTML2;
			MH_close();
		}
	}
} else {
	document.body.appendChild(toneSWF);
	var MH_swfstyle = document.getElementById(MH_id2);
	MH_swfstyle.innerHTML = MH_docHTML2;
	MH_close();
}


function MH_browserCheck() {
	var ver = navigator.userAgent.split(";")[1];
	var browser = ver.split(" ");
	if (browser[0] == "") {
		ver = browser[2];
		browser = browser[1];
	} else {
		browser = "";
		ver = ver[1];
	}
	if (browser == "MSIE") {
		if (ver > 6) {
			MH_browserType = "IE";
		} else {
			MH_browserType = "IE6";
		}
	} else {
		MH_browserType = "";
	}
}
function MH_getInnerWidth() {
	return document.documentElement.clientWidth;
}
function MH_getInnerHeight() {
	return document.documentElement.clientHeight;
}
function MH_getScroll_v() {
	var v1 = document.body.scrollTop;
	var v2 = document.documentElement.scrollTop;
	if (v1 == false && v2 == false) {
		return 0;
	} else if (v1 != 0) { return v1;
	} else if (v2 != 0) { return v2; }
}
function MH_open() {
	// call from swf file
	var scroll_v = parseInt(MH_getScroll_v());
	var w = parseInt(MH_getInnerWidth());
	var h = 0;
	var top_value = (h + scroll_v) + "px";
	var width_value = w + "px";
	var height_value = MH_getInnerHeight() + 30 + "px";
	
	MH_swfstyle.style.position = "absolute";
	MH_swfstyle.style.left = "0px";
	MH_swfstyle.style.top = top_value;
	MH_swfstyle.style.width = width_value;
	MH_swfstyle.style.height = height_value;
	MH_swfstyle.style.border = "0px none #FFFFFF";
	MH_swfstyle.style.zIndex = "10000";
}
function MH_close() {
	MH_swfstyle.style.position = "absolute";
	if (MH_swfstyle.style.height != "") {
		MH_swfstyle.style.top = "-" + MH_swfstyle.style.height;
	} else {
		if (MH_browserType != "") {
			var w = "0px";
			MH_swfstyle.style.top = "0px";
		} else {
			var w = "1px";
		}
	}
	MH_swfstyle.style.width = w;
	MH_swfstyle.style.height = "10000px";
	//MH_swfstyle.style.border = "1px solid #FF0000";
}
function MH_makeHTML(swfurl, w, h, nm, wmode) {
	return '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ' +
		'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" ' +
		'width="' + w + '" height="' + h + '" ' +
		'id="' + nm + '" ' +
		'align="middle">' +
		'<param name="allowScriptAccess" value="always" />' +
		'<param name="movie" value="' + swfurl + '" />' +
		'<param name="quality" value="high" />' +
		'<param name="wmode" value="' + wmode + '" />' +
	'<embed src="' + swfurl + '" ' +
		'quality="high" ' +
		'width="' + w + '" height="' + h + '" ' +
		'name="' + nm + '" ' +
		'align="middle" ' +
		'wmode="' + wmode + '" ' +
		'allowScriptAccess="always" ' +
		'type="application/x-shockwave-flash" ' +
		'pluginspage="http://www.macromedia.com/go/getflashplayer" />' +
	'</object>';
}

function getBrowserHeight(){
	return MH_getInnerHeight();
}

//-->