function NeuesFenster(Text)
	{msgWindow = open(Text, 'auswahl', 'status=no,resizable=no,width=800,height=500,scrollbars=yes,menubar=no,titlebar=no,toolbar=no,location=no');
	}
	
function jumpNewsletter() {
	this.location = "/cfsubs/newsletter.cfm";
}	

function laden_1()
	{open("lp_07_lastminute.html",align="center");}
function laden_2()
	{open("lp_04_familienurlaub.html",align="center");}
function laden_3()
	{open("lp_11_sommerurlaub.html",align="center");}
function laden_4()
	{open("lp_09_reisen.html",align="center");}
function openWindow(theURL,winName,features)
	{help = window.open(theURL,winName,features);}