function openFAQ(url) {
  		faqfenster = window.open(url, "Fenster", "width=505,height=550,left=10,top=20,scrollbars=1,menubar=0,status=0,toolbar=no");
		faqfenster.focus();
		return false;
}

function OpenHelp(URL)
{
  Fenster = window.open(URL, "Fenster", "toolbar=no,menubar=no,scrollbars=yes,width=488,height=280,resizable=yes");
  Fenster.focus();
  return false;
}

function popfenster(url, bestbreite, besthoehe){
	var popbreite;
	var pophoehe;
  maxy = screen.height;
  maxx = screen.width;
  //alert (bestbreite + " " + besthoehe);
  if (maxx < 1000) {
  	  popbreite = 630;
	  pophoehe = 325;
  }else{
 	 popbreite = bestbreite;
  	 pophoehe = besthoehe;
  }
  posx = (maxx / 2) - (popbreite / 2);
  posy = (maxy / 2) - (pophoehe / 2) - 50;
  newin = window.open(url, "popfenster", "width="+popbreite+",height="+pophoehe+",left="+posx+",top="+posy+",scrollbars=yes,menubar=no,status=no,toolbar=no,resizable=yes,location=no");
  newin.resizeTo(maxx,maxy);
 // newin.scrollbars.visible=true;
}
   
function newwin2(URL, breite, hoehe)
{
  	var Fenster=window.open(URL, "Vergleich", "toolbar=no,menubar=no,scrollbars=yes,width="+breite+",height="+hoehe+",resizable=yes");
	//Fenster.screenX = "100";  
	//Fenster.screenY = "100";
  	Fenster.focus();
	  return false;
	
}

function Travelprotect(URL)
		{
			Fensterx=window.open(URL, "Reiser&uuml;cktrittversicherung", "height=550,width=590,toolbar=no,menubar=no,scrollbars=yes");
			Fensterx.focus();
		}
function openFullsize(url, fenstername){
  maxy = screen.height;
  maxx = screen.width;
  posx = 0;
  posy = 0;
  newin = window.open(url, fenstername, "width="+maxx+",height="+maxy+",left="+posx+",top="+posy+",scrollbars=yes,menubar=yes,status=yes,toolbar=yes,resizable=yes,location=yes");
 // newin.resizeTo(maxx,maxy);
  newin.scrollbars.visible=true;
 // return false;
 }
 function kfzlink() {
	zumvergleich = window.open('http://www.axa-makler.de/servlet/PB/menu/-1_eEXTRANET-WEBCO-REDIRECT/index.html?ID=K-Online_MEK&redirect_prefix=MEK_&MEK_ORGANUMMER=4048005039','HilfeBereich','width=685,height=482,left=10,top=20,scrollbars=1,menubar=0,status=0');
}

function antrag(url){
	
  	maxy = screen.availheight - 20;
 	maxx = screen.availwidth;
	
 	zumantrag = window.open(url, 'antragslink', 'width='+maxx+',height='+maxy+',left=0,top=0,scrollbars=yes,menubar=yes,status=yes,toolbar=yes,resizable=yes,location=no');

}