function popup_terms_conditions(){
	window.open("popup_terms_conditions.asp", "", "width=386,height=600,toolbar=no,header=no,location=no,resizable=0,scrollbars=0");
}

function popup_booking(){
	window.open("popup_booking.asp", "", "width=386,height=512,toolbar=no,header=no,location=no,resizable=0,scrollbars=0");
}

function booking (){
	window.opener.location.href("booking.asp");
	window.close()
}

function popup_nz_odyssey_map(){
	window.open("popup_nz_odyssey_map.asp", "", "width=270,height=478,toolbar=no,header=no,location=no,resizable=0,scrollbars=0");
}

function popup_ne_map(){
	window.open("popup_ne_map.asp", "", "width=270,height=375,toolbar=no,header=no,location=no,resizable=0,scrollbars=0");
}

function popup_wce_map(){
	window.open("popup_wce_map.asp", "", "width=270,height=375,toolbar=no,header=no,location=no,resizable=0,scrollbars=0");
}

function popup_se_map(){
	window.open("popup_se_map.asp", "", "width=270,height=375,toolbar=no,header=no,location=no,resizable=0,scrollbars=0");
}

function popup_southern_odyssey_map(){
	window.open("popup_southern_odyssey_map.asp", "", "width=270,height=396,toolbar=no,header=no,location=no,resizable=0,scrollbars=0");
}

function popup_midlife_map(){
	window.open("popup_midlife_map.asp", "", "width=270,height=566,toolbar=no,header=no,location=no,resizable=0,scrollbars=0");
}

function OpenWin(url,iWidth,iHeight)
{
	var sValues = "height=" + iHeight + "," + "width=" + iWidth + "," + "left=0,top=40,menubar=0,toolbar=0,status=0,scrollbars=1,resizable=1";
	var newwin = "";
	newwin = window.open(url,"Images",sValues);
	newwin.focus();
}