// JavaScript Document
function LogOnOff(way) {
	if(way == 'on') {
		window.open('/cc_portal.pl?logon=on&back=close&noregister=on','ttnlogon','width=420,height=500,left=150,top=100,screenX=150,screenY=50,titlebar=no,scrollbar=no');
	} else {
		window.open('/cc_portal.pl?logoff=on&back=close&noregister=on','ttnlogon','width=420,height=140,left=150,top=100,screenX=150,screenY=50,titlebar=no,scrollbar=no');
	}
}
function qrInfo() {
	var qrinfo=window.open('/ttnqrinfo.html','qrinfo','width=315,height=465,left=150,top=100,screenX=150,screenY=50,titlebar=no,scrollbars=yes,resizable=no');
}
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-27764977-1']);
  _gaq.push(['_trackPageview']);
  (function() {
	var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
	ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
	var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

