// Create the navigation window
function createWinPopup(loc,pg) {
	newWin = window.open(loc,'nav_win',


'left=100,top=100,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=200,height=200');
	newWin.creator = self;

// Close the navigation window
function closeWin() {
	window.close(self);
}

}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function exitWindow() {
 var win=window.open("http://www.reiselinien.de")
 win.blur()
 window.focus()
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

