function ajanda_menu() { 
		var secim = document.ajanda.months.selectedIndex; 
		var deger1 = document.ajanda.months.options[secim].value; 
		var deger2 = document.ajanda.other.value; 
		//window.open('ajanda.php?show_month='+deger1+'&other='+deger2+'','YeniPencere'); 
		window.location.href="./ajanda.php?show_month="+deger1+"&other="+deger2+""; 
}
function ac(yol,en,yukseklik){
window.open(yol,'Picture','width='+en+' ,height='+yukseklik+' ,location=no,menubar=no,scroolbars=no,directories=no,resizable=no,toolbar=no,status=no');

} 
