//window.addEvent('domready',function(){
//	
//	if($('category_button')){
//	$('category_button').addEvent('click',function(){
//		var ef = new Fx.Styles('category_contents',{duration:200 });
//		if($('category_contents').getStyle('width') != '765px'){
//			this.className = this.className+' opened';
//			this.getElement('img').src='images/category_opened.gif';
//			ef.start({'height':150,'width':765});
//		}else{
//			this.getElement('img').src='images/category_open.gif';
//			ef.start({'height':150,'width':490});
//		}
//		
//	});}
//	
//	
//      
//	  
//	
//	if (self.init)
//	init();
//
//	
//});
//
//function ajax_istek(hedef){
//        $('haber').setHTML('Yükleniyor');
//        new Ajax(hedef, {
//          update: $('haber'),
//          onComplete: function(){
//            alert("Sayfa Yüklendi");
//          }
//        }).request();
//      }
