function upgrade(dep) 
{ 

if(dep!="paid")
{
alert("CLICK OK TO LEARN MORE ABOUT THE IMCVS JOBS CLUB");
//alert('dep= blank therefore UNPAID ie = ...'+dep); 

helpvis3z();
//helpvis3x();

}
else
{
//alert('dep= '+dep+ ' therefore PAID');
}

} 

function upgrade2(dep) 
{ 

if(dep!="paid")
{
//alert("CLICK OK TO LEARN MORE ABOUT THE IMCVS JOBS CLUB");
//alert('dep= blank therefore UNPAID ie = ...'+dep); 

helpvis3z();
//helpvis3x();
}
else
{
//alert('dep= '+dep+ ' therefore sdf df sdf PAID');
}

} 


function subsc(dep,pd)
{
if(dep=="paid" && pd<0)
{
alert("YOUR MEMBERSHIP HAS EXPIRED\r\n\r\nTo provide you with all the functions associated with full IMCVS membership\r\n You need to renew your subscription");
helpvis3z();
//helpvis3x();
}
}