/*-----------------------------------------------------------------
//Name:tipsWindow 2.1
//Author:By Await
//Date:2010-12-07
//WebSite:http://leotheme.cn
//-----------------------------------------------------------------
options = $.extend({
___title: "Hello World", //窗口标题文字
___content: "text:内容", //内容{text|id|img|url|iframe}
___width: "300", //窗口宽度
___height: "200", //窗口离度
___titleClass: "boxTitle", //窗口标题样式名称
___closeID:"", //关闭窗口ID
___time:"", //自动关闭等待时间
___drag:"", //拖动手柄ID
___showbg:false, //是否显示遮罩层
___offsets:{left:"auto",top:"auto"},//设定弹出层位置,默认居中
___fns:function(){}//关闭窗口后执行的函数
},options);
-------------------------------------------------------------------*/