function printWindow(sUrl) {
	window.open('http://www.directoryofhotels.com/print.asp?txtaction=print&url=' + sUrl,'printwin','height=300,width=500')
}

function emailWindow(sUrl) {
	window.location = 'http://www.directoryofhotels.com/email.asp?url=' + window.location // + '&title=' + document.title
}
