function popup(url)
{
	/*CENTER POPPUP */
	var w = 480, h = 340;
	if (document.all || document.layers) {
	   w = screen.availWidth;
	   h = screen.availHeight;
	}	
	var popW = 700, popH = 400;	
	var leftPos = (w-popW)/2, topPos = (h-popH)/2;	
	window.open(url,'popup','width=' + popW + ',height=' + popH + ',top=' + topPos + ',left=' + leftPos + ',scrollbars=auto');		
	return;
}
 function image_checked(contact)
{  
	alert ("There are currently no photos available for this property.\nPhotos may be uploaded in a few days or consider contacting:\n"+contact+" ");	
}
 function image_checked_fr(contact)
{  

	alert ("Il n'y a actuellement aucune image disponible pour cette propriété.\nVeuillez vérifier l'annonce dans quelques jours ou appelez au:\n"+contact+" ");	
}
function referFriends(id, type)
{	
	url = "http://www.louer.ca/a-popup/a-refer-friends/index.php?id="+id+"&type="+type ;
	popup(url);	
}
function referFriends_fr(id, type)
{	
	url = "http://www.louer.ca/a-popup/a-refer-friends/index-fr.php?id="+id+"&type="+type ;
	popup(url);	
}
