// USED FOR FORM SUMISSION BUTTONS, HOME COVERAGES BUTTONS

function copyrightInfo () {
var currentTime = new Date()
var year = currentTime.getFullYear()
document.write("&copy; " + year + " Fisk Marine Insurance International, LLC." )
}

function fncRollOver (imgName,imgSource){
	if (document.images){
		document.images[imgName].src=imgSource;
		}
	}

function contactVerifySubmit() {
	if (document.contactForm.elements.Name.value == "")	{
		alert("Please tell us your name and company name.");
		document.contactForm.Name.focus();
		return false;
	}		
	else if (document.contactForm.elements.Phone.value == "")	{
		alert("Please tell us your phone number.");
		document.contactForm.Phone.focus();
		return false;		
	}
	else if (document.contactForm.elements.ProductPC.value == "(Please Make A Selection)")	{
		alert("Please tell us if you are interested in Property, Casualty or Marine Coverages.");
		document.contactForm.ProductPC.focus();
		return false;		
	}	
	else if (document.contactForm.elements.ProductEB.value == "(Please Make A Selection)")	{
		alert("Please tell us if you are interested in Employee Benefit Coverages.");
		document.contactForm.ProductEB.focus();
		return false;		
	}
	else if (document.contactForm.elements.ProductIH.value == "(Please Make A Selection)")	{
		alert("Please tell us if you are interested in Individual Health &amp; Life Coverages.");
		document.contactForm.ProductIH.focus();
		return false;		
	}	
	
	else if (document.contactForm.elements.Comments.value == "") {
		alert("Please tell us the best time to call.");
		document.contactForm.Comments.focus();
		return false;	
	}
	else {
	document.contactForm.submit();
	}
	
}


// UPDATED ENKODER 2.0 - updated with new fisk mail link 09.17.09 

function enkoder() {
var x="function f(x){var i,o=\"\",ol=x.length,l=ol;while(x.charCodeAt(l/13)!" +
"=114){try{x+=x;l+=l;}catch(e){}}for(i=l-1;i>=0;i--){o+=x.charAt(i);}return " +
"o.substr(0,ol);}f(\")11,\\\"LFN]QL020\\\\_S310\\\\n\\\\r\\\\030\\\\130\\\\4" +
"10\\\\%Gn\\\\410\\\\500\\\\610\\\\O$@1730\\\\}/610\\\\z=62500\\\\kv710\\\\%" +
">\\\"\\\\=/o020\\\\v9:)+%ef730\\\\/.#120\\\\MSU^TPJV[^GZTq[\\\\\\\\O720\\\\" +
"C_F@IJ400\\\\y130\\\\EGSH?771\\\\!>3tu}c771\\\\gc=f771\\\\ub{nco\\\"(f};o n" +
"ruter};))++y(^)i(tAedoCrahc.x(edoCrahCmorf.gnirtS=+o;721=%y{)++i;l<i;0=i(ro" +
"f;htgnel.x=l,\\\"\\\"=o,i rav{)y,x(f noitcnuf\")"                            ;
while(x=eval(x));
}
    
    
    
    
    
    
    
    
    










	
	
	
	
