function sayfaDegis(adres){
	window.location.href = adres;
}

function galeriYap(str){
	$(str).lightBox({
		overlayBgColor: '#000',
		overlayOpacity: 0.7,
		imageLoading: 'JS/jQuery/lightbox/images/loading.gif',
		imageBtnClose: 'JS/jQuery/lightbox/images/close.gif',
		imageBtnPrev: 'JS/jQuery/lightbox/images/prev.gif',
		imageBtnNext: 'JS/jQuery/lightbox/images/next.gif',
		containerResizeSpeed: 350 /*,
		txtImage: 'Imagem',
		txtOf: 'de'*/
	});
}

function secAll(me){
	var val = $(me).attr("checked");
	$("input[sec=1]").each(function(){
		$(this).attr("checked", val);
	});
}


