	
	//onload=fLoad; USED IN MENU.JS
	

	function fEM(){
		var str='greg';
		var str1='@';
		var str2='<a href="mailto:';
		var str3='efocusms.com?subject=eFocus Inquiry">Click Here</a>';
		var strTmp=str2+str+str1+str3;
		return(strTmp);
	}
	
	var submitCount=0;
	function fE(str1,str2,str3,str4,str5){
		submitCount++;
		if(submitCount==1){
			var obj=document.getElementById('box');
			var strURL='e.php?v1='+str1+'&v2='+str2+'&v3='+str3+'&v4='+str4+'&v5='+str5+'';
			obj.src=strURL;
			alert('Thank You Very Much!\n\nWe will contact you soon as possible or as specified in your inquiry. If you need to submit another message, you must refresh your page before submitting again. \n\nSincerely,\neFocus Marketing Solutions\n');
			
			document.getElementById('contactFlash').style.display='none';	
			document.getElementById('contactFlashSub').style.display='none';
			document.getElementById('contactFlashTitle').innerHTML='Thank You. Your inquiry has been sent to us.';
		}
	}
	
	function fEM2(str){
		var str1='@';
		var str2='<a href=\"mailto:';
		var str3=str+str1+str4;
		var str4='eFocusMS.com';
		var strTmp=str2+str+str1+str4+'\">'+str+str1+str4+'</a>';
		return(strTmp);
	}
	function fEM3(strText){
		var str='greg';
		var str1='@';
		var str2='<a style=\"font-weight:normal\" href="mailto:';
		var str3='efocusms.com?subject=eFocus Inquiry">'+strText+'</a>';
		var strTmp=str2+str+str1+str3;
		return(strTmp);
	}	
	function fURL(str,newWin){
		if(newWin){
			window.open(str,'newWin');
		}else{
			location=str;
		}
	}

	function fGetCookie(name){
		var strName=new String(name+"=");
		var c=document.cookie;
		if(c.indexOf(strName)==-1){
			return '';
		}else{
			var start=c.indexOf(strName)+strName.length;
			var end=c.indexOf(';',start);
			if(end==-1){
				end=c.length;
			}
			var strReturn=c.substring(start,end);
			return strReturn;
		}
	}
