// JavaScript Document
function mailWindow() {
ThisPageName = document.location;
windowVar = window.open("http://www.jewelinthecrownholidays.com/mail-this-page.asp?refPage=[" + ThisPageName + "]", "windowName", "status=0,scrollbars=0,menubar=0,toolbar=0,resizable=0,width=380,height=400")
}