var divMenu = new FSMenu('divMenu', false, 'visibility', 'visible', 'hidden');
divMenu.cssLitClass = 'highlighted';
divMenu.animInSpeed = 0;
divMenu.animOutSpeed = 1;

function doClear(theText) {
    if (theText.value == theText.defaultValue) {
        theText.value = ""
    }
}


function valForm(){
	
	var dobM 
	var dobD
	var dobY
	
	dobM = document.myform.dob_month.value;
	dobD = document.myform.dob_day.value;
	dobY = document.myform.dob_year.value;
	
	if (document.myform.emma_member_email.value == "") {
			alert("Please Enter Your Email Address");
			document.myform.emma_member_email.focus();
			return false;
	}
	if (document.myform.emma_member_name_first.value == "") {
			alert("Please Enter Your First Name");
			document.myform.emma_member_name_first.focus();
			return false;
	}
	
	if ((dobM != "") && (dobD != "") && (dobY != "")) {
	    document.getElementById('dobs').innerHTML = "<input name='emma_member_wildcard_14813' type='hidden' value='" + dobM + "/" + dobD + "/" + dobY + "'/>";
	
		}
		
	window.location = "http://www.cubemarketplace.com/sendform.aspx";
	return true;
	
	
	}

	
/*
function redir(){
	
	window.location = "http://www.cubemarketplace.com/sendform.aspx";
}
 */
/* 
function redir(){
     		
		if (document.myform.newsletter.checked == true) {
			document.getElementById('dynamicHidden1').innerHTML ="<input type='hidden' name='group[5570922]' value='1'>";
		}
				
		if (document.myform.events.checked == true) {
			document.getElementById('dynamicHidden2').innerHTML ="<input type='hidden' name='group[5548432]' value='1'>";
		}
				
		if (document.myform.specialsinstore.checked == true) {
			document.getElementById('dynamicHidden3').innerHTML ="<input type='hidden' name='group[5570925]' value='1'>";
			
		}
		if (document.myform.specialsonline.checked == true) {
			document.getElementById('dynamicHidden4').innerHTML ="<input type='hidden' name='group[5458349]' value='1'>";
				
		}
			
		
			
		window.location = "http://www.cubemarketplace.com/sendform.aspx";
	
}

*/

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}