jQuery.noConflict();
	jQuery(document).ready(function(){
			
			if(jQuery('#container .middle').height() > 430){
				jQuery('#rightside .bg').css("height",""+ (jQuery('#container .middle').height()-10)+ "px");		
			}	
			jQuery('#imageField').click(function(){
				if(jQuery('#ara').val().length < 2){
					return false;
				} 
			});
			
		});
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}


function RefreshImage(valImageId) {
	var objImage = document.images[valImageId];
	if (objImage == undefined) {
		return;
	}
	var now = new Date();
	objImage.src = objImage.src.split('?')[0] + '?x=' + now.toUTCString();
}


function getBayi(param){
	 jQuery.ajax({
                type: "GET",
                url: "Assets/Shared/bayidata.asp?id="+param,
                dataType: "html",
                contentType: "text/html; charset=utf-8",
                async: false,
                cache: false,
                beforeSend: function () {
                    jQuery('#bayidata').html('<div>Yükleniyor</div>');
                },
                success: function (data) {
                     jQuery('#bayidata').html(data);
                },
                complete: function (template) {

                }
            });
		}

