function showContact(community)
{
	var popUrl = 'contact-us.aspx?community=' + community ;
 	window.open(popUrl, 'photos', 'toolbar=0,width=540,height=700,statusbar=no,scrollbars=1');
}

function showContact_in(community)
{
	var popUrl = 'contact_us_In.aspx';
 	window.open(popUrl, 'photos', 'toolbar=0,width=540,height=620,statusbar=no,scrollbars=1');
}