window.addEvent('domready', function() {
var nS4 = new noobSlide({
			mode: 'vertical',
			box: $('box4'),
			items: $$('#box4 div'),
			size: 155,
			interval:2200,
			handles: $$('#bolum li'),
			// autoPlay: true,
			fxOptions: {
				duration: 750,
				transition: Fx.Transitions.Back.easeOut,
				wait: false
			},
			handle_event: 'mouseenter',
			onWalk: function(currentItem,currentHandle){
				this.handles.removeClass('active');
				currentHandle.addClass('active');
			}
		});
									 });
									 
									 //
									 function yenipencere(paket,genislik,yukseklik) {
                acik="true";
                loc = paket + "";
				var genislik;
				var yukseklik;
				w=genislik;
				h=yukseklik;
				LeftPosition = (screen.width)?(screen.width-w)/2:100;
				TopPosition = (screen.height)?(screen.height-h)/2:100;
                //var pencere = window.open(loc,'yeni',top=' + TopPosition + ',left=' + LeftPosition + ','width=408,height=360,scrollbars=yes');
				var pencere = window.open(loc,'yeni','width=' + w + ',height=' + h + ',top=' + TopPosition + ',left=' + LeftPosition + ',scrollbars=yes,directories=no,status=no,menubar=no,toolbar=no,resizable=no');
                }
