function openwin(URL) {
	aWindow = window.open(URL,"memberWin","width=400,height=600,scrollbars,resizable");
}

function popwin(URL, width, height) {
	if (!width) {
		width=550;
	}
	if (!height) {
		height=600;
	}
	newwindow = window.open(URL, 'popwindow', 'scrollbars=1,resizable=1,toolbar=1,menubar=0,width='+width+',height='+height);
	if (window.focus) { newwindow.focus(); }
    return false;

}

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-236981-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);
})();
