

var win=null;


var win=null;

function start_ebanking() {
    

    fixedWidth = 950;
    fixedHeight = 800;
    topMargin = 0;
//    leftMargin = (screen.width - fixedWidth - 50);
    leftMargin = 0;
    settings = "width=" + fixedWidth + ",height=" + fixedHeight +",scrollbars=yes,location=no,directories=no,status=yes,menubar=no,toolbar=no,resizable=yes";
    win = window.open("http://protected.ebanking.tebnv.nl/TEBonlinemain_0.htm","TEBonline",settings);
  //  win = window.open("http://www.tebnv.nl/tebonline/html/TEBonline_Maintanance.html","TEBonline",settings);

    win.focus();
}



function CreateBookmarkLink() 
{ 
	title = "TEB NV";   
	url = "http://www.tebnv.nl/"; 	
	
	if (window.sidebar) { // Mozilla Firefox Bookmark		
		window.sidebar.addPanel(title, url,"");	
	} 
	else if( window.external ) { // IE Favorite		
		window.external.AddFavorite( url, title); 
	}	
	else if(window.opera && window.print) { // Opera Hotlist		
		return true; 
	} 
}

