function savePage(desc)
{
seite = document.location.href;
SiteTitle = document.title;
Adresse = "/de/urlaubsplaner/seite_speichern.php?pagedescription="+pageDescription+"&pagetitle="+SiteTitle+"&pagepath="+seite+"&desc="+desc;
window.open(Adresse, "Urlaubsplaner", "width=2,height=2,scrollbars=no");
}

function openUrlaubsplaner()
{
Adresse = "/de/urlaubsplaner/urlaubsplaner.php";
window.open(Adresse, "Urlaubsplaner", "width=540,height=440,scrollbars=yes");
}

function createDivTop()
{
browser = "nn";
if(navigator.appName.indexOf("Netscape") != -1)
 browser = "nn";
else
 browser = "ie";

if (browser=="nn")
document.writeln('<div id="secondRow" class="secondRow" style="padding-top:92px">');
else
document.writeln('<div id="secondRow" class="secondRow">');
}

function createSecondRow()
{
if (browser=="nn")
document.writeln('<div id="MainNav" class="mainNav" style="background-color:#00c800;height:30px;width:686px;padding-top:6px">');
else
document.writeln('<div id="MainNav" class="mainNav" style="z-index:1">');
}


function createMainContent()
{
if (browser=="nn")
document.writeln('<div id="mainContent" style="position:relative;width:393px;top:-20px;width:1024px;">');
else
document.writeln('<div id="mainContent" style="float:left;width:393px;width:1024px;">');
}


function scrollToForm()
	{
	alert ("Ihre E-Mail wurde erfolgreich versand!");
	}
function errorForm() 
 {
 alert ("Bei der Verarbeitung Ihrer Anfrage sind Fehler aufgetreten!");
 topPos = document.getElementById("HeadlineForm").offsetTop;
 window.scrollBy(0, topPos);
 }

function endContainer() 
{
document.writeln("</div>");
}

function createNoScroll()
{
document.write('<style type="text/css"> html { overflow-x:hidden; } </style> ');
}

