function openPopup(url, w, h, title)
{
	var x = (window.screen.width - w) >> 1;
	var y = (window.screen.height - h) >> 1;
	window.open("include/view.asp?src=" + url + "&w=" + w + "&h=" + h + "&t=" + title, "_blank", "left=" + x + ",top=" + y + ",width=" + w + ",height=" + h + ",location=no,menubar=no,resizable=no,status=no");
	return false;
}

function openPopup3(url, w, h, title, txt, link)
{
	var x = (window.screen.width - w) >> 1;
	var y = (window.screen.height - h) >> 1;
	window.open("include/view.asp?src=" + url + "&w=" + w + "&h=" + h + "&t=" + title + "&x=" + txt + "&l=" + link, "_blank", "left=" + x + ",top=" + y + ",width=" + w + ",height=" + h + ",location=no,menubar=no,resizable=no,status=no");
	return false;
}

function openMore(w, h, title)
{
	var x=(window.screen.width-w)>>1;
	var y=(window.screen.height-h)>>1;
	window.open("include/more.asp?w="+w+"&h="+h+"&t="+title,"_blank","left="+x+",top="+y+",width="+w+",height="+h+",location=no,menubar=no,resizable=no,status=no");
	return false;
}

function openT()
{
	window.open("include/temple.asp","_blank");
	return false;
}

function openCDO(w,h,title)
{
	var x=(window.screen.width-w)>>1;
	var y=(window.screen.height-h)>>1;
	window.open("include/cdo.asp?w="+w+"&h="+h+"&t="+title,"_blank","left="+x+",top="+y+",width="+w+",height="+h+",location=no,menubar=no,resizable=no,status=no");
	return false;
}

function openCA1(w,h,title)
{
	var x=(window.screen.width-w)>>1;
	var y=(window.screen.height-h)>>1;
	window.open("include/ca1.asp?w="+w+"&h="+h+"&t="+title,"_blank","left="+x+",top="+y+",width="+w+",height="+h+",location=no,menubar=no,resizable=no,status=no");
	return false;
}
function openCA2(w,h,title)
{
	var x=(window.screen.width-w)>>1;
	var y=(window.screen.height-h)>>1;
	window.open("include/ca2.asp?w="+w+"&h="+h+"&t="+title,"_blank","left="+x+",top="+y+",width="+w+",height="+h+",location=no,menubar=no,resizable=no,status=no");
	return false;
}
function openCA3(w,h,title)
{
	var x=(window.screen.width-w)>>1;
	var y=(window.screen.height-h)>>1;
	window.open("include/ca3.asp?w="+w+"&h="+h+"&t="+title,"_blank","left="+x+",top="+y+",width="+w+",height="+h+",location=no,menubar=no,resizable=no,status=no");
	return false;
}

function openCA1e(w,h,title)
{
	var x=(window.screen.width-w)>>1;
	var y=(window.screen.height-h)>>1;
	window.open("include/ca1_en.asp?w="+w+"&h="+h+"&t="+title,"_blank","left="+x+",top="+y+",width="+w+",height="+h+",location=no,menubar=no,resizable=no,status=no");
	return false;
}
function openCA2e(w,h,title)
{
	var x=(window.screen.width-w)>>1;
	var y=(window.screen.height-h)>>1;
	window.open("include/ca2_en.asp?w="+w+"&h="+h+"&t="+title,"_blank","left="+x+",top="+y+",width="+w+",height="+h+",location=no,menubar=no,resizable=no,status=no");
	return false;
}

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-17175343-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);
})();
