
// Browser abfragen
	if (document.layers) {
	// CSS NN 4
	document.write('<link rel="stylesheet" href="../styles/style1nn.css" type="text/css">')
	}
	// CSS IE4
	else {
	document.write('<link rel="stylesheet" href="../styles/style1ie.css" type="text/css">')
	}

function flugwin() {
window.open('../travel/flug00.html','','width=560,height=480,location=no,menubar=no,status=no,resizable=yes,scrollbars=yes');}


function winopen(winurl) {
window.open(winurl,'','width=780,height=580,left=10,top=10,location=no,menubar=no,status=no,resizable=no,scrollbars=no');}



