function translate(lang) {
	if(parent.frames.length >=1) {
		if(lang == 'en') 
			window.top.location.href = 'http://www.spanish-property-sales.net/';
		else
			window.top.location.href = "http://www.translate.google.com/translate?u=http://www.spanish-property-sales.net&sl=en&tl=" + lang;

		return false;
	}
}
