// JavaScript Document
function launchTPTLOnline(pURL){
	//var features = 'directories=no,menubar=no,status=no,titlebar=no,toolbar=no,width='+screen.width+',height='+screen.height;
  var str = "directories=no,scrollbars=yes,menubar=no,status=yes,titlebar=no,location=no,toolbar=no,left=0,screenX=0,top=0,screenY=0";
	if (window.screen) {
		
		var ah = Math.floor(window.screen.height) -100 ;
		var aw = Math.floor(window.screen.width) -10;
		//alert(ah + ' ' + aw);
		str += ",height=" + ah;
	
		//str += ",innerHeight=" + ah;
		str += ",width=" + aw;

		//str += ",innerWidth=" + aw;
	} else {
		//str += ",resizable"; // so the user can resize the window manually
	}
	str += ",resizable=yes";
	var mypopup = window.open(pURL, 'mypopup', str); 
}



var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));


try {
_gaq.push(['tracker_atm._setAccount', 'UA-2448082-7']);
_gaq.push(['tracker_atm._trackPageview']);
} catch(err) {}