/***7
* Description :
* 右边贴底浮动 RBM (RightBottomMove)
*/
//初始化变量
RBM_sImageName = "/xinnet/test/Upload/2006042406493069042.gif"; // 图片名
RBM_sClickUrl = "http://www.zjmis.com/msqcmis/"; // 点击链接
RBM_sImageUrl = ""; // 图片URL
RBM_iImageWidth = parseInt("80"); // 图片宽度
if (isNaN(RBM_iImageWidth)) RBM_iImageWidth =80;
RBM_iImageHeight = parseInt("120"); // 图片高度
if (isNaN(RBM_iImageHeight)) RBM_iImageHeight =120;
image_right = 10; // 图片右边距
image_bottom = 5; // 图片下边距
time_out = 500; // 调整位置时间间隔
scrollbar_width = 20; // 滚动条宽度
document.ns = navigator.appName == "Netscape"; // 浏览器类型
// 显示广告内容
function RBM_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 RBM_Load()
{
if (document.ns)
{
document.write("