THE TRINE - GATED VILLAS AT GOPANAPALLI:
TRINE VILLAS -ELEVATION
Duplex Bungalows
ZOOM >> VIEW LARGE IMAGE


Duplex Bungalows
ZOOM >> VIEW LARGE IMAGE


<% function isPaidUser() if session("userid")="" then isPaidUser=false else dim sSQL dim rs sSQL="select count(*) from userdetails a,usersubscriptions b where a.userid=b.userid and a.signup_confirm=1 and paystatus='P' and a.userid=" &session("userid") set rs=createobject("ADODB.Recordset") rs.Open ssql,cn if rs(0)=0 then isPaidUser=false else isPaidUser=true end if set rs=nothing end if end function %>