function gmbltext() {
var gmbltxt0="<font size='2px' color='#22450b'><b>If you or your loved one</b></font><br>";
var gmbltxt1="-&nbsp;is a problem or compulsive gambler<br>";
var gmbltxt3="-&nbsp;has an uncontrollable urge to gamble<br>";
var gmbltxt4="-&nbsp;disrupts, impoverishes, or hurts<br>&nbsp;&nbsp;family relations due to gambling<br>";
var gmbltxt5="-&nbsp;places the need to gamble above <br>&nbsp;&nbsp;everything else<br>";
var gmbltxt6="-&nbsp;is deeply depressed, and/or suicidal <br>&nbsp;&nbsp;due to gambling<br>";
var gmbltxt=gmbltxt0+gmbltxt1+gmbltxt3+gmbltxt4+gmbltxt5+gmbltxt6;
document.getElementById('messagebox').innerHTML = gmbltxt;
return true;
}

function shoptext() {
var shoptxt0="<font size='2px' color='#22450b'><b>If you or your loved one</b></font><br>";
var shoptxt1="-&nbsp;compulsively shops and/or spends<br>";
var shoptxt3="-&nbsp;is always in debt or maxes out on credit &nbsp;&nbsp;cards<br>";
var shoptxt4="-&nbsp;is unable to manage personal finances<br>";
var shoptxt5="-&nbsp;spends money as a solution for emotional &nbsp;&nbsp;problems<br>";
var shoptxt6="-&nbsp;hoards goods never used<br>";
var shoptxt7="-&nbsp;prevents others from spending money &nbsp;&nbsp;for legitimate needs";
var shoptxt=shoptxt0+shoptxt1+shoptxt3+shoptxt4+shoptxt5+shoptxt6+shoptxt7;
document.getElementById('messagebox').innerHTML = shoptxt;
return true;
}

function sextext() {
var sextxt0="<font size='2px' color='#22450b'><b>If you or your loved one</b></font><br>";
var sextxt1="-&nbsp;believes that sexual behavior is causing a &nbsp;&nbsp;problem in the relationship or in life<br>";
var sextxt2="-&nbsp;experiences sexual thoughts and behaviors &nbsp;&nbsp;that interfer with daily living<br>";
var sextxt3="-&nbsp;have been arrested for sexual behavior<br>";
var sextxt4="-&nbsp;seeks partners for anonymous sex<br>";
var sextxt5="-&nbsp;has become obsessed with pornography<br>";
var sextxt6="-&nbsp;performs sex in a compulsive manner<br>";
var sextxt7="-&nbsp;treats others as sex objects, not persons";
var sextxt=sextxt0+sextxt1+sextxt2+sextxt3+sextxt4+sextxt5+sextxt6+sextxt7;
document.getElementById('messagebox').innerHTML = sextxt;
return true;
}

function intext() {
var inttxt0="<font size='2px' color='#22450b'><b>If you or your loved one</b></font><br>";
var inttxt1="-&nbsp;feels compelled to use the computer for &nbsp;&nbsp;hours and neglects family ties<br>";
var inttxt2="-&nbsp;feels compelled to use the computer at &nbsp;&nbsp;length and loses needed sleep<br>";
var inttxt3="-&nbsp;feels compelled to use the computer and &nbsp;&nbsp;avoid daily tasks<br>";
var inttxt4="-&nbsp;feels compelled to use the computer to &nbsp;&nbsp;avoid interpersonal sharing<br>";
var inttxt=inttxt0+inttxt1+inttxt2+inttxt3+inttxt4;
document.getElementById('messagebox').innerHTML = inttxt;
return true;
}

function cybertext() {
var cybertxt0="<font size='2px' color='#22450b'><b>If you or your loved one</b></font><br>";
var cybertxt1="-&nbsp;uses the internet and experiences out of &nbsp;&nbsp;control sexual behavior<br>";
var cybertxt2="-&nbsp;turns to cybersex and pornography as a &nbsp;&nbsp;substitute for interpersonal sharing<br>";
var cybertxt3="-&nbsp;becomes preoccupied with cybersex &nbsp;&nbsp;experiences<br>";
var cybertxt4="-&nbsp;displaces personal sexual relating with &nbsp;&nbsp;cybersex experience<br>";
var cybertxt=cybertxt0+cybertxt1+cybertxt2+cybertxt3+cybertxt4;
document.getElementById('messagebox').innerHTML = cybertxt;
return true;
}


function origtext() {
// var orgtxt="test"; 
var orgtxt0='<img src="images/les.gif" width="170" height="13" alt="" border="0">';
var orgtxt1="<br>Offers programs and counseling for a client, and "; 
var orgtxt2="those close to him or her, that give those enslaved by "; 
var orgtxt3="addictions new Hope and Healing, and help them achieve "; 
var orgtxt4="a sense of true freedom and control in their lives. ";  
var orgtxt5="The counseling utilizes a combination of 12 Steps, "; 
var orgtxt6="cognitive and behavioral methods.";
var orgtxt=orgtxt0+orgtxt1+orgtxt2+orgtxt3+orgtxt4+orgtxt5+orgtxt6;
document.getElementById('messagebox').innerHTML = orgtxt;
return true;
}
