﻿// JavaScript Document




//
function qq_1()//QQ在线咨询
{
	changeURL('news', 'http://wpa.qq.com/msgrd?V=1&Uin=928091503&Site=www.gt120.net&Menu=yes');
}
function qq_2()//QQ在线咨询
{
	changeURL('news', 'http://wpa.qq.com/msgrd?V=1&Uin=1170639478&Site=www.gt120.net&Menu=yes');
}
function msn_2()//QQ在线咨询
{
	changeURL('news', 'http://www.gt120.net/googletj.html');
}
function online()//商务通
{	
	changeURL('news', 'http://www.gt120.net/googletj.html');
}
function changeURL(winName, newURL) 
{ 
　　 win = window.open("", winName); 
　　 win.location.href = newURL; 
}

//防止copy

window.ClearEvent=function(){event.cancelBubble=false;var sSrcTagName=event.srcElement.tagName.toLowerCase();

return (sSrcTagName=="textarea" || sSrcTagName=="input" || sSrcTagName=="select");}

window.ClearKey=function(){event.cancelBubble=false;var iKeyCode=event.keyCode;return !(iKeyCode==78 && event.ctrlKey);}

with (window.document){oncontextmenu=onselectstart=ondragstart=window.ClearEvent;onkeydown=window.ClearKey;}