
//Begin KeyWordRanking.com Universal Code

var pm_tagname    = "universalTag.txt";
var pm_tagversion = "1.4";
var pm_accountid  = "N6IQ46GAI5D7KM2B78CVG78KJ4";
var pm_scripthost = "srv.perf.overture.com";
var pm_customargs = "";
var pm_querystr = "?" + "ver=" + pm_tagversion + "&aid=" + pm_accountid + pm_customargs;
var pm_tag = "<SCR" + "IPT LANGUAGE='JavaScript' " + "SRC=//" + pm_scripthost + "/collweb/ScriptServlet" + pm_querystr + "></SCR" + "IPT>";
document.write(pm_tag);

//End KeyWordRanking.com Universal Code


function validateDownloadForm()
{
	var optIn			= document.getElementById('optIn');
	var errorMessage	= 'In order to receive GlobalSCAPE News and Evaluation Guide, please enter your email address.';

	if (optIn.checked && document.getElementById('txtEmail').value == '') {
		alert(errorMessage);
		return false;
	}
	return true;
}

function setMenuCookie(name, value, expires, path, domain, secure)
{
    document.cookie= name + "=" + escape(value) +
        ((expires) ? "; expires=" + expires.toGMTString() : "") +
        ((path) ? "; path=" + path : "") +
        ((domain) ? "; domain=" + domain : "") +
        ((secure) ? "; secure" : "");  
        
         window.location.reload( true );     
 
}
