﻿function toggleDiv(element){
	alert(element);
	if(document.getElementById(element).style.display == 'none')
		document.getElementById(element).style.display = 'block';
		document.getElementbyID("contact").stale.display = 'none';
	else
		document.getElementById(element).style.display = 'none';
	}

function popUpLogin(wintype)
{
  var nwl = (screen.width-620)/2;
  var nwh = (screen.height-450)/2;
  popUp=window.open(wintype, 'Login', 'toolbar=yes,location=yes,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=620,height=450,left='+nwl+',top='+nwh+''); 
  popUp.window.focus(); 
}

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


