
function ShowCloseSrc()
{
	var Arg = ShowCloseSrc.arguments;
	var len = Arg.length;
	var obj;
	for (var i=0;i<len;i++)
	{
		obj = eval('document.all.'+Arg[i]);
		obj.style.display=(obj.style.display=="block")?"none":"block";
	}
}

function move(x, y) {
if (document.all) {
object1.style.pixelLeft += x;
object1.style.pixelTop  += y;}
else
if (document.layers) {
document.object1.left += x;
document.object1.top  += y;
}};

function position() {
document.object1.left += -140;
document.object1.top  += 0;
document.object1.visibility = "show"
};

function makeStatic() {
if (document.all) {object1.style.pixelTop=document.body.scrollTop+300}
else {eval('document.object1.top=eval(window.pageYOffset+20)');}
setTimeout("makeStatic()",0);}

function beginToChat()
{ chatURL =  "http://vip.tq.cn/vip/leavemsg.do?action=leavemsg&admiuin=8578770&uin=8578770&ltype=0&iscallback=1";
 window.open(chatURL,"","width=596,height=439,location=no,resizable=0,scrollbars=0,status=no,toolbar=no,menu=no,top=100,left=200");       
}

if (document.all||document.layers)
makeStatic();

if (document.layers) {
window.onload=position;
}

var sitems=new Array();
var sitemlinks=new Array();

function hl(n) {
n.className='hl'}
function n(h) {
h.className='n'}

    