
function GoTo (Par) {
	document.location="index.php?" + CurrentLink + "&" +Par;
}


function GoLN ( P, L ) {

	s = "index.php?Page=LNSearch&FixedTypesA=1&";

	if (P=="F") s = s + "&s_PropertyTypeID=0";
	if (P=="H") s = s + "&s_PropertyTypeID=3";
	if (P=="G") s = s + "&s_PropertyTypeID=2";
	if (P=="L") s = s + "&s_PropertyTypeID=1";
		
	if (L=="S") s = s + "&s_TypeOfListing=0";
	if (L=="R") s = s + "&s_TypeOfListing=1";


	document.location=s;
//	alert(s);

}


