/***7
* Description :
* 左边贴底浮动 LBM (LeftBottomMove)
*/
//初始化变量
LBM_sImageName = "/webup/Files/2009-10/200910162105556779.jpg"; // 图片名
LBM_sClickUrl = "http://221.10.90.50/webgps"; // 点击链接
LBM_sImageUrl = ""; // 图片URL
LBM_iImageWidth = parseInt("80"); // 图片宽度
if (isNaN(LBM_iImageWidth)) LBM_iImageWidth = 80;
LBM_iImageHeight = parseInt("120"); // 图片高度
if (isNaN(LBM_iImageHeight)) LBM_iImageHeight = 120;
image_left = 10; // 图片左边距
image_bottom = 5; // 图片下边距
time_out = 500; // 调整位置时间间隔
scrollbar_width = 20; // 滚动条宽度
document.ns = navigator.appName == "Netscape"; // 浏览器类型
// 显示广告内容
function LBM_ShowContent(ImageUrl, ImageName, iWidth, iHeight)
{
var str, pos;
if (ImageUrl!="")
{
//image not played by adverisement system
str = /.swf/;
pos = ImageUrl.search(str);
if (pos==-1)
document.write("");
else
document.write("");
}
else if (ImageName!="")
{
//image played by adverisement system
str = /.swf/;
pos = ImageName.search(str);
if (pos==-1)
document.write("
");
else
document.write("");
}
}
// 加载广告
function LBM_Load()
{
if (document.ns)
{
document.write("