//Function to featured property clicks
// To get next or previous property
function  pickProperty(np,id,gt){
	//alert('Change --> ' + np + ' ' + id + ' ' + gt);
	document.getElementById(id).style.position='absolute';
	document.getElementById(gt).style.position='';
}