<!--
		function FP_swapImg() {//v1.0
		var doc=document,args=arguments,elm,n; doc.$imgSwaps=new Array(); for(n=2; n<args.length;
		n+=2) { elm=FP_getObjectByID(args[n]); if(elm) { doc.$imgSwaps[doc.$imgSwaps.length]=elm;
		elm.$src=elm.src; elm.src=args[n+1]; } }
		}

		function FP_preloadImgs() {//v1.0
		var d=document,a=arguments; if(!d.FP_imgs) d.FP_imgs=new Array();
		for(var i=0; i<a.length; i++) { d.FP_imgs[i]=new Image; d.FP_imgs[i].src=a[i]; }
		}

		function FP_getObjectByID(id,o) {//v1.0
		var c,el,els,f,m,n; if(!o)o=document; if(o.getElementById) el=o.getElementById(id);
		else if(o.layers) c=o.layers; else if(o.all) el=o.all[id]; if(el) return el;
		if(o.id==id || o.name==id) return o; if(o.childNodes) c=o.childNodes; if(c)
		for(n=0; n<c.length; n++) { el=FP_getObjectByID(id,c[n]); if(el) return el; }
		f=o.forms; if(f) for(n=0; n<f.length; n++) { els=f[n].elements;
		for(m=0; m<els.length; m++){ el=FP_getObjectByID(id,els[n]); if(el) return el; } }
		return null;
		}
		
		function js_ShowHideAns(index)
		{
			var Max=17;
			for (var i=1; i<parseInt(Max); i++)
			{
				eval("document.all.divFAQ" + i + ".innerHTML='<img src=images/spacer.gif width=1px height=1px>'");
			}
			
			if (parseInt(index)==1)
			{
				document.all.divFAQ1.innerHTML="<font class='content'>&gt;&nbsp;Becoming a member is easy. Click <a href='joinus.aspx'>Join Now</a> and fill out the registration form.</font>";
			}
			else if (parseInt(index)==2)
			{
				document.all.divFAQ2.innerHTML="<font class='content'>&gt;&nbsp;Membership is free.</font>";
			}

			else if (parseInt(index)==3)
			{
				document.all.divFAQ3.innerHTML="<font class='content'>&gt;&nbsp;You collect RewardPoints that can be redeemed for a variety of great gifts. Go to <a href='rewards.aspx'>Rewards</a> for details.</font>";
			}

			else if (parseInt(index)==4)
			{
				document.all.divFAQ4.innerHTML="<font class='content'>&gt;&nbsp;You can update your registration information if you <a href='login.aspx'>login</a> to the member area.</font>";
			}
			else if (parseInt(index)==5)
			{
				document.all.divFAQ5.innerHTML="<font class='content'>&gt;&nbsp;Your privacy is very important to us. We use the most sophisticated technology to protect your personal information. Please click <a href='privacy.aspx'>Privacy</a> for more details.</font>";
			}
			else if (parseInt(index)==6)
			{
				document.all.divFAQ6.innerHTML="<font class='content'>&gt;&nbsp;We will send you an email inviting you to participate in a survey. That email will have a link to the survey.</font>";
			}
			else if (parseInt(index)==7)
			{
				document.all.divFAQ7.innerHTML="<font class='content'>&gt;&nbsp;You can expect to participate in no more than two surveys a month. The number of survey invitations you receive will vary depending on how much you participate. On occasion we will send you a short survey asking you which products and services you currently use to see if you are eligible for an upcoming survey.</font>";
			}
			else if (parseInt(index)==8)
			{
				document.all.divFAQ8.innerHTML="<font class='content'>&gt;&nbsp;Surveys take anywhere from 10-15 minutes to complete. The time could vary depending on the speed of your internet connection.</font>";
			}				
			else if (parseInt(index)==9)
			{
				document.all.divFAQ9.innerHTML="<font class='content'>&gt;&nbsp;The number of RewardPoints you earn depends on the length and complexity of the survey. The longer and more complex the survey, the more points you will earn.</font>";
			}				
			else if (parseInt(index)==10)
			{
				document.all.divFAQ10.innerHTML="<font class='content'>&gt;&nbsp;When you fill out your registration form you will be asked to enter a password. Please select one that is easy to remember and only known by you.</font>";
			}				
			else if (parseInt(index)==11)
			{
				document.all.divFAQ11.innerHTML="<font class='content'>&gt;&nbsp;If you go to the member login page, click <a href='forgotpwd.aspx'>Forgot My Password</a> and it will be emailed to you.</font>";
			}				
			else if (parseInt(index)==12)
			{
				document.all.divFAQ12.innerHTML="<font class='content'>&gt;&nbsp;RewardPoints are redeemed for cash and merchandise. See <a href='rewards.aspx'>Rewards</a> for details.</font>";
			}				
			else if (parseInt(index)==13)
			{
				document.all.divFAQ13.innerHTML="<font class='content'>&gt;&nbsp;All costs, including shipping and handling, are paid by MyOpinionNow.com.</font>";
			}				
			else if (parseInt(index)==14)
			{
				document.all.divFAQ14.innerHTML="<font class='content'>&gt;&nbsp;</font>";
			}				
			else if (parseInt(index)==15)
			{
				document.all.divFAQ15.innerHTML="<font class='content'>&gt;&nbsp;Your opinion is very important to us and we would appreciate it if you remained part of the MyOpinionNow.com panel. However if you would like to unsubscribe you can do so by clicking <a href='unsubscribe.aspx'>unsubscribe</a> and entering your email address.</font>";
			}				
			else if (parseInt(index)==16)
			{
				document.all.divFAQ16.innerHTML="<font class='content'>&gt;&nbsp;Click <a href='mailto:Support@MyOpinionNow.com'>Support@MyOpinionNow.com</a> and email us your questions or comments.</font>";
			}				
		}			
		// -->
