//-Javascript appelant la popup ZOOM de l'image
function Zoom(ID,WidthImg,HeightImg)
{
   var width = ((WidthImg + 35) > screen.width) ? screen.width - 35: WidthImg + 35;
   var height = ((HeightImg + 60) > screen.height) ? screen.height - 60: HeightImg + 60;

   open("zoom.asp?id-media=" + ID, "", "toolbar=0,location=0,directories=0,scrollbars=1,resizable=1, status=0,menubar=0,width=" + width + ",height=" + height +",left=5,top=5");
}

function Zoom2(Nom)
{
   var Url = "ZoomOffre.asp?Version=0&NoDossier=" + Nom;
   open(Url, "", "toolbar=0,location=0,directories=0,scrollbars=1,resizable=1, status=0,menubar=0,width=400,height=350,left=5,top=5");
}
function Change()
{
	  document.frm.categorie.value = "";	
}

function Recharge(IDBoutique,type_bien,prix,ckPrivilege,ville,transaction)
{
	monTri = document.forms['frm'].tri.value;
	document.location = "offre.asp?id="+IDBoutique+"&type_bien="+type_bien+"&prix="+prix+"&ckPrivilege="+ckPrivilege+"&ville="+ville+"&tri="+monTri+"&transaction="+transaction;
}
function recharge(transaction) {
	if (transaction=="V") prix=document.forms['frm'].prix.value; else prix="";
	if(document.frm.type_bien[1].checked) type_bien=document.frm.type_bien[1].value; else type_bien=document.frm.type_bien[0].value;
	window.location="Default.asp?transaction="+transaction+"&type_bien="+type_bien+"&prix="+prix;
}
