// JavaScript Document

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

//<![CDATA[
/* Replacement calls. Please see documentation for more information. */

if(typeof sIFR == "function"){

// This is the preferred "named argument" syntax
	sIFR.replaceElement(named({sSelector:".dayNumber h4", sFlashSrc:"sifr/stencil.swf", sColor:"#FF3300", sLinkColor:"#000000", sBgColor:"#FFFFFF", sHoverColor:"#CCCCCC", nPaddingTop:0, nPaddingBottom:0, sWmode:"transparent", sFlashVars:"textalign=left&offsetTop=0"}));
	
sIFR.replaceElement(named({sSelector:"#lockHeader #Calender h3", sFlashSrc:"sifr/stencil.swf", sColor:"#000000", sLinkColor:"#000000", sBgColor:"#FFFFFF", sHoverColor:"#CCCCCC", nPaddingTop:0, nPaddingBottom:0, nPaddingRight:100, sWmode:"transparent", sFlashVars:"textalign=left&offsetTop=0"}));
};

//Lauren's Registration Code
	function isColorado() {
     	if (document.getElementById("userState").value == "Colorado" || document.getElementById("userState").value == "0") return true; else return false;
 	}
  	function popUp(url) {
	sealWin=window.open(url,"win",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=500,height=400'); self.name = "mainWin"; }


//]]>