locationflag=1
function ChangeTab(id,picture){
locationflag=id;
tabid='tab'+id;
tabtdid='tabtd'+id;
tabletabid='tabletab'+id;
image=picture;
	if (tabid!=oldtabid){
//	alert(image)
		document.getElementById(oldtabletabid).style.display='none';
		document.getElementById(tabletabid).style.display='block';
		document.getElementById(oldtabid).style.backgroundImage='url(images/'+oldimage+')';
		//document.getElementById(oldtabtdid).style.backgroundColor ="";
		document.getElementById(tabid).style.backgroundImage='url(images/selected'+image+')';
		//document.getElementById(tabtdid).style.backgroundColor ="#EDF0EC";
		//document.getElementById(PliticalId).style.display='block';
		oldimage=image
		oldtabid=tabid;
		oldtabtdid=tabtdid;
		oldtabletabid=tabletabid;
		//alert(oldPliticalId+',');
	}	


}

function showAllCat(i){

	
	for(k=1;k<=i;k++){
			//alert(k)
		document.getElementById('CatTableId'+k).style.display='block';
	}
			document.getElementById('viewid').style.display='none';

	
}


function showHidediv(flag){
	
if (flag==0){
		document.getElementById('candidatesid').style.display='none';
	}else if(flag==1){
		document.getElementById('candidatesid').style.display='block';
		
	}	
	
	
}