function nospam(msub) {
	switch (msub) { 
	   case "WIS Missing or Bad Link" : miname = "missing"; break; 
	   case "WIS Broken Link Notice" : miname = "missing"; break; 
	   case "Hundred Dollar Question" : miname = "hundquest"; break; 
	   case "Free Info Order" : miname = "secret"; break; 
	   default : miname= "james.e.white";
	}
	micite= "willitsell" ;
	//msub = "'Will It Sell?' Excerpts" ;
	if (msub != "") msub = "?subject=" + msub ;
	str = "@"; pd = ".c";
	window.open ('ma'+'ilt'+'o:'+miname+str+micite+pd+'om'+msub, "_self");
}

function setStyle(inID,inSet,inVal) {
	if (document.getElementById) {
		document.getElementById(inID).style[inSet]=inVal;
	}
}

function entersend(){
	if (document.all){
		if (window.event.keyCode == 13) {document.fmLink.Send.click()};
		return false;
	}
}
