function openWindowPrivacy() {
	var pwinl = (screen.width/2 - 175);
	var pwint = (screen.height/2 - 110);
	popupWin = window.open("privacypolicy.htm","new_page","width=350,height=240,left=" + pwinl + ",top=" + pwint + ",scrollbars=no,toolbars=no,menubar=no,resizable=yes");
}

function openWindowPrint(url) {
	var winl = (screen.width/2 - 300);
	var wint = (screen.height/2 - 240);
	popupWin = window.open(url,"new_page","width=600,height=500,left=" + winl + ",top=" + wint + ",scrollbars=yes,toolbars=no,menubar=no,resizable=no");
}

function openConstantContactJoin() {
	var winl = (screen.width/2 - 150);
	var wint = (screen.height/2 - 80);
	popupWin = window.open("ConstantContact_Join.asp","new_page","width=350,height=160,left=" + winl + ",top=" + wint + ",scrollbars=yes,toolbars=no,menubar=no,resizable=no");
}

function openBlog() {
	popupWin = window.open("http://blogs.dirxion.com","new_page","");
}