function imageWindow(mypage, mywidth, myheight){
	window.open(mypage,'Hotel_Images','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width='+(mywidth+20)+',height='+(myheight+35)+',top=60,left=60');
	return false;
}

function newsWindow(articleID){
	window.open("news.php?article=" + articleID,'Hotels','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=500,height=600,top=60,left=300');
	return false;
}

function NewWindow(mypage){
	window.open(mypage,'Hotels','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=800,height=600,top=60,left=200');
	return false;
}