function openWindow()
{
	var url;
	url = "http://visitor.constantcontact.com/d.jsp?m=1101942815336&p=oi";
	win = window.open(url, "mywindow", "status=0, toolbar=0, width=720, height=550");
}

function verifyRequired() {
  if (document.icpsignup["fields_email"].value == "") {
    document.icpsignup["fields_email"].focus();
    alert("The Email field is required.");
    return false;
  }

    if (
      !document.icpsignup["hclose"].checked &&
      !document.icpsignup["mmidday"].checked &&
      !document.icpsignup["wwizards"].checked &&
      true)  {
    alert("The Lists field is required.");
    return false;
  } 

return true;
}
function openSecurityCode()
	{ window.open("/cc_security.php", "security", "height=620,width=680,status=yes,toolbar=no,menubar=no,location=no"); }
function openDetailStock(symbol)
{ 
	var w = 520;
	var h = 260;
	var winl = (screen.width - w) / 2;
	var wint = (screen.height - h) / 2;
	var winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1';
	// win = window.open("http://app.quotemedia.com/quotetools/clientForward?targetURL=" + escape('http://app.quotemedia.com/quotetools/popups/quote.jsp') + "&cp=on&symbol=" + symbol, "DetailedQuote", winprops);
	win = window.open("http://app.quotemedia.com/quotetools/popups/quote.jsp?&cp=on&webmasterId=90649&symbol=" + escape(symbol), "DetailedQuote", winprops);

	if (parseInt(navigator.appVersion) >= 4)
		win.focus();
}
about_off = new Image();
about_on = new Image();
chart_on = new Image();
contact_off = new Image();
contact_on = new Image();
closing_off = new Image();
closing_on = new Image();
home_off = new Image();
home_on = new Image();
members_off = new Image();
members_on = new Image();
partners_off = new Image();
partners_on = new Image();
chart_off = new Image();
signup_off = new Image();
signup_on = new Image();

about_off.src = "/images/topnav/about_off";
about_on.src = "/images/topnav/about_on.gif";
chart_off.src = "/images/topnav/chart_off.gif";
chart_on.src = "/images/topnav/chart_on.gif";
contact_off.src = "/images/topnav/contact_off.gif";
contact_on.src = "/images/topnav/contact_on.gif";
closing_off.src = "/images/topnav/closing_off.gif";
closing_on.src = "/images/topnav/closing_on.gif";
home_off.src = "/images/topnav/home_off.gif";
home_on.src = "/images/topnav/home_on.gif";
members_off.src = "/images/topnav/members_off.gif";
members_on.src = "/images/topnav/members_on.gif";
partners_off.src = "/images/topnav/partners_off.gif";
partners_on.src = "/images/topnav/partners_on.gif";
signup_off.src = "/images/topnav/signup_off.gif";
signup_on.src = "/images/topnav/signup_on.gif";

function button_on( imgId )
{
	if ( document.images )
	{
		butOn = eval( imgId + "_on.src" );
		document.getElementById(imgId).src = butOn;
	}
}

function button_off ( imgId )
{
	if ( document.images )
	{
		butOff = eval ( imgId + "_off.src" );
		document.getElementById(imgId).src = butOff;
	}
}
