	function BulumBoyutlandir(p_ofset) {
			/*SagHeight = $("#SagBolumIcerik").height()+p_ofset;
			SagBosluk = $("#SagBolumIcerik").height();
			$("#SolBolum").css({
					height: SagHeight+"px"
				});
			$("#SagBolum").css({
					height: SagBosluk+"px"
				});*/
		};
	
	function ObjClassDegistir(p_obje,p_class) {
			$(p_obje).removeClass().addClass(p_class);
		}
		
	$().ready(function()  {
		
		$(".CB_icerik").colorbox();
		
		BulumBoyutlandir(43);
			
		// PopUpKontrol Bas
		$.ajax({
				  type: "GET",
				  url: 'PopUpKontrol.asp',
				  data: InsertParam,
				  dataType: "script"
				});
	   // PopUpKontrol Son
		
	});
