function gotoID(idname){
	if(document.getElementById(idname)){
		var obj=document.getElementById(idname);
		var PosY=0;
		if(obj.offsetParent){
			while(obj.offsetParent){
				PosY+=obj.offsetTop;
				obj=obj.offsetParent;
			}
		}
		else{
			if(obj.y){
				PosY+=obj.y;
			}
		}
		window.scrollTo(0,PosY);
	}
}

function jumpTo(url) {
	if( url != "" ) window.open(url,"_blank",'scrollbars=yes,resizable=yes,toolbar=yes,location=yes,menubar=yes,status=yes');
}

function cheapest_rates() {
	newWindow = window.open('http://www.abahotels.com/cheapest_rates.htm','newWin','width=520,height=160,resizable=no,toolbar=no,location=no,scrollbars=no')
}

function openTestimonial() {
	newWindow = window.open('http://www.abahotels.com/testimonials.htm','newWin','width=450,height=480,resizable=no,toolbar=no,location=no,scrollbars=yes')
}