var top = 50;
var arealeft = 10;
var arearight = 50;

var focus_wh = 105;
var focus_ht = 289;
var text_ht = 0;
var swf_ht = focus_ht + text_ht;

var pics = 'advertisement/lvdi.swf';
var texts = '';
var istrans = 1; 
if (document.documentElement.offsetWidth >= 980) {

    document.write('<div id="bigLeftBottom" style="left:' + arealeft + 'px;position:absolute;display:none;z-index:10;background-color:#fff;width:100px;height:300px;">');
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="' + focus_wh + '" height="' + swf_ht + '">');
    document.write('<param name="movie" value="' + pics + '">');
    if (istrans) document.write('<param name="wmode" value="transparent">');
    document.write('<param name="quality" value="high">');
    document.write('<embed src="' + pics + '" quality="high" width="' + focus_wh + '" height="' + swf_ht + '" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
    document.write('</object>');	
	document.write('</div>');

	document.write('<div id="bigRightBottom" style="right:' + arearight + 'px;position:absolute;display:none;z-index:10;background-color:#fff;width:100px;height:300px;">');
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="' + focus_wh + '" height="' + swf_ht + '">');
	document.write('<param name="movie" value="' + pics + '">');
	if (istrans) document.write('<param name="wmode" value="transparent">');
	document.write('<param name="quality" value="high">');
	document.write('<embed src="' + pics + '" quality="high" width="' + focus_wh + '" height="' + swf_ht + '" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
	document.write('</object>');
	document.write('</div>');

	if (document.documentElement.offsetWidth < 1160) {
	    window.setTimeout("actionBottom1()", 1);
	    window.setTimeout("actionBottom2()", 5000);
	}
	else {
	    window.setTimeout("actionBottom1()", 1);
	}
	topstkloadBottom();
}
function llBottom() {
    document.getElementById("bigLeftBottom").style.display = "none";
}
function rrBottom() {
    document.getElementById("bigRightBottom").style.display = "none";
}
function lBottom() {
    document.getElementById("bigLeftBottom").style.display = "";
}
function rBottom() {
    document.getElementById("bigRightBottom").style.display = "";
}
function actionBottom1() {
    lBottom();
    rBottom();
}
function actionBottom2() {
    llBottom();
    rrBottom();
}
function topstkloadBottom() {
    var tpBottom = 0;
    tpBottom = document.documentElement.clientHeight - 350 + document.documentElement.scrollTop - 17;
    document.getElementById('bigLeftBottom').style.top = tpBottom + "px";
    document.getElementById('bigRightBottom').style.top = tpBottom + "px";
    setTimeout("topstkloadBottom();", 80);
}
