function Student()
{this.id=-1;this.name='';this.pname='';this.sname='';this.gender='';this.bdate='';this.email='';this.password='';this.address1='';this.address2='';this.city1='';this.city2='';this.state1='';this.state2='';this.phone1='';this.phone2='';this.newsJF=1;this.newsBEST=1;this.highschool=new HighSchool();this.faculties=new Array();this.postgrads=new Array();this.workexp=new Array();this.projects=new Array();this.specs=new Array();this.languages=new Array();this.expertises=new Array();this.computing=new Array();this.dlicense="Nemam";this.skills="";this.char="";this.interests="";this.searchfor=new SearchFor();this.newsJF="";this.newsBEST="";}
function HighSchool()
{this.type='';this.name='';this.city='';this.state='';this.course='';this.gyear='';}
function Faculty()
{this.id=-1;this.university='';this.name='';this.city='';this.state='';this.course='';this.spec='';this.status='';this.ayear='';this.gsub=0;this.syear='';this.agrade=0.0;this.relSub='';this.rsub='';this.gyear='';this.gwork='';}
function Postgrad()
{this.id=-1;this.university='';this.name='';this.city='';this.state='';this.type='';this.course='';this.spec='';this.status='';this.ayear='';this.gsub=0;this.syear='';this.agrade=0.0;this.relSib='';}
function WorkExp()
{this.id=-1;this.company='';this.func='';this.desc='';this.dbegin='';this.dend='';}
function Project()
{this.id=-1;this.name='';this.desc='';this.dbegin='';this.dend='';this.sert='';this.func='';}
function Specialization()
{this.id=-1;this.name='';this.organizer='';this.desc='';this.dbegin='';this.dend='';this.sert='';}
function Language()
{this.id=-1;this.language='';this.read='';this.write='';this.understand='';this.speak='';this.sert='';}
function Expertise()
{this.id=-1;this.name='';this.level='';this.sert='';}
function Computing()
{this.id=-1;this.name='';this.level='';this.sert='';}
function SearchFor()
{this.practice="false";this.parttime="false";this.fulltime="false";this.project="false";this.volunteer="false";}
