function openLink(Room,RoomLang,RoomID){
	
	if (Room != "credits"){
		SetWidth = 616;
		SetHeight = 620;
		WinName = "WinRoomsValsabbion";
		Room = "popup.php?id="+RoomID+"&lang="+RoomLang;
		SB = 'yes';
		
	}else{
		SetWidth = 250;
		SetHeight = 440;
		Room = Room + ".php";
		WinName = "WinCreditsValsabbion";
		SB = 'no';
	}
		
	
	SetTop = ( window.screen.height - SetHeight ) / 2 ;
	SetLeft = ( window.screen.width - SetWidth ) / 2;
	

	WinRoomsValsabbion = window.open( Room, WinName , "width=" + SetWidth + ",height=" + SetHeight + ",left=" + SetLeft + ",top=" + SetTop + ",location=no,menubar=no,status=no,toolbar=no,scrollbars=" + SB +",resizable=no");

}
function CheckWindow(){
	if (window.name != "WinRoomsValsabbion" && window.name != "WinCreditsValsabbion"){
		self.location.href = "index.php";
	}else{
		window.focus();
	}
}
function reservation(reslink){
	
	reslink = "https://valsabbion.hr/?cat=booking&over=room&" + reslink;

	window.opener.location.href = reslink;
	window.opener.focus();
}
function setCookie(name, value){
	document.cookie= name + "=" + value;
}
function resetCookie(){
	document.cookie = "comment-treat=expired;expires=Fri, 31 Dec 1999 23:59:59 GMT;";
	document.cookie = "comment-resto=expired;expires=Fri, 31 Dec 1999 23:59:59 GMT;";
	document.cookie = "comment-hotel=expired;expires=Fri, 31 Dec 1999 23:59:59 GMT;";

}
