$(document).ready(function(){
	$('.newWindow, .externalLink').click(function(){
		window.open(this.href);
		return false;
	});
	$(".hidden").hide();
	$("#propThumbs").hide();
	$("span#moreImages").click(function(){
		$("#propThumbs").slideToggle();
	})
})
function reconstruct(a){
   document.write('<a href="mail' + 'to:' + a + '&#64;' + 'greendoorenterprises' + '.' + 'com">' + a + '&#64;' + 'greendoorenterprises' + '.' + 'com<\/a>');
}
