function bookingpop (lang) {
	url = 'https://nesbyen.restech.se/r360/frameset.php?lang='+ lang +'&site=nesbyen';
	newwin = window.open(url,'booking','height=600,width=980');
	if (window.focus) {
		newwin.focus();
	}
	return false;
}

