<!--

function popupTerms() {
	var spopupUrl = "http://hotelplusportal.com/portal/reserve/popupTA_terms.asp"
	var iHeight = 552
	var iWidth  = 557
	var iLeft = (screen.width/2)  - (iWidth/2);
	var iTop  = (screen.height/2) - (iHeight/2);
	
	window.open(spopupUrl,"helpWin","width="+iWidth+",height="+iHeight+",left="+iLeft+",top="+iTop+",scrollbars=no,");
}

// -->