function viewContactInformation(x,id){ if(x=="client"){ alert('To view contact information in category Home Exchange you need to become Home Exchange member. Click OK to register. If you are already a registered member, please click OK to login and to add your Home Exchange listing.'); document.location.href = '/?p2=/modules/houseexchange/register.jsp&accid=' + id; } if(x=="owner"){ alert('To view contact information in category Home Exchange you need to become Home Exchange member. Click OK to add your listing in category Home Exchange.'); document.location.href = '/?p2=modules/houseexchange/editaccommodation.jsp&rnd=' + Math.random(); } if(x=="deactivated"){ alert('Your account has not been activated yet.  Please wait a few hours until your account is activated, or contact the webmaster.'); } if(x=="reg"){ document.forms['ownercontacts'].accid.value=id; document.forms['ownercontacts'].submit(); } }