// JavaScript Document
function Bireysel(){
	window.open("https://sube.anadolubank.com.tr/oasbank2/menu_giris.html?bko=bireysel","bireysel","width=760, height=500,scrollbars=no,fullscreen=no,status=yes,left=0,top=0")
}
function Kurumsal(){
	window.open("https://sube.anadolubank.com.tr/oasbank2/menu_giris.html?bko=kurumsal","kurumsal","width=760,height=500,scrollbars=no,fullscreen=no,status=yes,left=0,top=0")
}
function popup(){
                         var URL= 'popup/vakifbnk_336x280_051105.html';
						 var NewWinWidth =336;
						 var NewWinHeight=310; 
						 var NewWinPutX=(screen.width/2)-(NewWinWidth/2);
						 var NewWinPutY=(screen.height/2)-(NewWinHeight/2);

						var windowprops = "location = no, scrollbars = no, status=no, menubars = no, toolbars = no,	resizable  = no "
							 windowprops = windowprops + ", left="  + NewWinPutX  + ", top=" + NewWinPutY    
							 windowprops = windowprops + ", width=" + NewWinWidth + ", height=" + NewWinHeight;
						 
						 name=window.open(URL,'vakifbank', windowprops);
}