// JavaScript Document

		function SendHome (MyURL) {
			if (MyURL != "") {
				parent.main.location = MyURL;
			}	return false; }

		function SuchJetzt () {
			if (document.forms[0].elements[2].value) {
				document.forms[0].Modus.value='result'; }
			document.forms[0].submit();
			return false; }

			
		function canManipulateImages() 	{
			if (document.images)
				return true;
			else
				return false;
			}

		function preLoadImage(imageURL)	{
			if (gImageCapableBrowser)
				{
				image = new Image();
				image.src = imageURL;
				return image;
				}
			}

		
function Load_Content_PageID (WebID,PageID) {
  parent.main.location = 'main.asp?WebID=' + WebID + '&PageID=' + PageID;
  return false; }

function Load_Content_PageID_ohne_Nav (WebID,PageID) {
  parent.main.location = 'main.asp?WebID=' + WebID + '&PageID=' + PageID;
  return false; }

function Load_Content_123 (WebID,E1,E2,E3) {
  parent.main.location = 'main.asp?WebID=' + WebID + '&E1=' + E1 + '&E2=' + E2 + '&E3=' + E3;
  return false; }


function detail(art){
	var seite="https://secure.webres.net/webres/init.asp?"+art;
	var win=window.open(seite,"Onlinebuchung","toolbar=no,width=600,height=400,directories=no,status=yes,scrollbars=yes,resize=yes,menubar=no"); }
	

function buch() {
	newWindow=window.open("https://secure.webres.net/webres/init.asp?LANG=D&ID=896","Onlinebuchung","toolbar=no,width=600,height=400,directories=no,status=yes,scrollbars=yes,resize=yes,menubar=no") }



function FollowDropList(thisList) {
  if (thisList == null) return null;
  if (thisList.selectedIndex+"" == "undefined" || thisList.selectedIndex == null || thisList.selectedIndex < 2) return null;
  SelPageID = thisList.options[thisList.selectedIndex].value;
  document.location = 'main.asp?WebID=seehotel&PageID=' + SelPageID;
  thisList.selectedIndex = 0;
}
