function callUpWebsite(webAddr, listingId) {
	// Call this page to redirect user to external website
	window.open("../../callExternalWebsite.asp?oID=" + listingId + "&wbAddress=http://" + webAddr,null,'height=700,width=1000,resizable=yes,status=yes,toolbar=yes,menubar=yes,location=yes,scrollbars=yes');
}

