function doPopMap() {
	var df = document.forms[0];
	popwin = window.open('map.html', 'ukegshoteldirections', 'location=0,toolbar=0,top=0,left=0,width=1024,height=708,resizable=0,scrollbars=0');
	popwin.focus();
}
