menuURL=new Array;
//menuURL[0]="http://www.google.com";
//menuURL[0]="/natmc_spring_2009";
//BANNER 1
 menuURL[0]="http://natmc.ritmotours.com.tr";
//BANNER 2
 menuURL[1]="http://115thaccs.ritmotours.com.tr";
//BANNER 3
 menuURL[2]="http://jtsmg.ritmotours.com.tr";
//BANNER 4
 menuURL[3]="http://www.acbid.org/acbid2009/kongre/";
//BANNER 5
 menuURL[4]="";




function Page(which){
	if (menuURL[which] != "") {
var newWindow = window.open(menuURL[which], '_blank');
newWindow.focus();
	}
}