function submitsearchlink() {
	searchlink= '';
	searchlink=searchlink+document.searchElmt.pt.options[document.searchElmt.pt.selectedIndex].value;
	searchlink=searchlink+document.searchElmt.pr.options[document.searchElmt.pr.selectedIndex].value;
	searchlink=searchlink+document.searchElmt.bds.options[document.searchElmt.bds.selectedIndex].value;
	searchlink=searchlink+document.searchElmt.l.options[document.searchElmt.l.selectedIndex].value;
	if (document.searchElmt.k.value=='') {
		searchlink=searchlink+',';
	} else {
		searchlink=searchlink+','+document.searchElmt.k.value;
	}
	location.href = 'http://www.sunsetproperties-spain.com/main.php?search='+searchlink+',4';
}

function baseLink(pageURL) {

location.href='http://www.sunsetproperties-spain.com/'+pageURL;

}

function refreshSearch() {

location.href = 'saleslist-pl1-2-10000.htm';

}

function printPage(winPage, pagename) {
	newWin = window.open(winPage, pagename, 'width=670px, status=1, scrollbars=yes, resizable=yes')
	//alert(winPage)
}

function currencyConverter() {
	newWin = window.open('http://www.hifx.co.uk/currency/converter_site.asp', 'windowpayne', 'width=540, height=300, scrollbars=0')
	//alert(winPage)
}

function imageWin(imageName, imageWidth, imageHeight) {
	imageWidth = imageWidth + 22;
	imageHeight = imageHeight + 30;
	newWin = window.open(imageName, imageWidth, eval("'width='+imageWidth+'px, height='+imageHeight+'px, scrollbars=yes, resizable=yes'"));
	//alert('hello')
}

function changeleafimg(elementname) {
elem = document.getElementById(elementname);
	if (elem.style.display == 'none') {
		eval(elem.style.display = 'block');
	}
	else {
		eval(elem.style.display = 'none');
	}
}