// JavaScript Document
function showRandomProp(sia)
{
	var randViewBox = document.getElementById("randViewBox");
	getInfos(phpself+"?action=getFirstPic&sia="+sia,randViewBox,fillContainer);	
	randViewBox.innerHTML = '<div style="width:310px;line-height:217px;"><center>' + ((langId == 0) ? "Chargement en cours " : "Loading") + ' ...</center></div>';
	curRandom = sia;
}

function gotoCurRandProp()
{
	location.href = "proprietes.php?sia="+curRandom;
}