function resprop(id)
	{
		if(id =='Mahalaxmi')
		{
		window.location='residential-properties/res-proper_mahalaxmi.htm';
		}
        
        if(id =='Jogeshwari')
		{
		window.location='residential-properties/res-proper_jgeshwari.htm';
		}
        
        if(id =='Kandivali')
		{
		window.location='residential-properties/res-proper_kandivali.htm';
		}
        
        if(id =='Neral')
		{
		window.location='residential-properties/res-proper_neral.htm';
		}
     }