function NewCookie(){
/*   	var date = new Date();
   	var CookieEnd = date.getTime() + ( 30 * 60 * 1000);
   	date.setTime(CookieEnd);
   	document.cookie = "BannerTimeout; expires=" + date.toGMTString();
   	var BannerFenster = window.open("banner.htm","Banner","scrollbars=no,resizable=no,screenX=40,screenY=50,width=140,height=280");
   	BannerFenster.moveTo(30,150);
   	BannerFenster.focus(); */
}
function ChangeSearchString(SearchString){
    if (SearchString == "WKN, ISIN, Name") {
        document.forms['Schnellsuche'].WKNorName.value = "";
    }        
}
function CheckTargetWindows(){
	if( self.opener ){
	    var Start = self.opener.location;
   		var startstring = String( Start );
   		if( startstring.indexOf( "DepotListeDMEuro.ap" ) )
   			window.open('DepotListeDMEuro.ap','DMEuroDepot','scrollbars=yes,resizable=yes,width=750,height=650,left=0,top=0');
	}
}
function CheckWindows(){
	if( self.opener ){
   		var Start = self.opener.location;
   		var startstring = String( Start );
   		if( startstring.indexOf( "SelfOpener/Start.html" ) == -1 )
   			window.open('Start.html', 'StartWindow');
   	}
   	else
		window.open('Start.html', 'StartWindow');
}
/*
<script language="JavaScript">
  <!--
   function CheckWindows(){
   	if( self.opener ){
   		var Start = self.opener.location;
   		var startstring = String( Start );
   		if( startstring.indexOf( "SelfOpener/Start.html" ) == -1 )
   			window.open('Start.html', 'StartWindow');
   	}
   	else
		window.open('Start.html', 'StartWindow');
   }
   function Zurueck(adresse){
   	if( self.opener ){
   		self.opener.location.href=adresse;
		self.opener.focus();
	}
	else
		window.open('Start.html', 'StartWindow');
   }
  //-->
 </script>
*/
//

