$(document).ready(function(){$("#accordion").tabs("#accordion div.pane",{tabs:'h3',effect:'slide',initialIndex:null});$(".sreslut, .memberDiscript, .memberDiscript2").css({opacity:.99}).fadeIn();$(".Divan select").change(function(){var str="";$(".Divan select option:selected").each(function(){str+=$(".Divan select option:selected").val();});if(str!=''){$(".sreslut").show();$(".sreslut").not("."+str+"").hide();return false;}else if($(".sreslut").css("display")=="none"){$(".sreslut").hide();$(".sreslut").not("."+str+"").show();return false;}}).trigger('change');});$(document).ready(function(){var filename=$(".uid").text();$("#fileUpload").uploadify({'uploader':'/lib/JS/picupload/uploadify.swf','buttonImg':'/lib/JS/picupload/browse.png','cancelImg':'/lib/JS/picupload/cancel.png','folder':'/uploads/feusers/','script':'http://www.calamshriners.com/Account/uploadify.html?showtemplate=false&fname='+filename+'_Photo','fileExt':'*.jpg;*.jpeg;*.png;*.gif','width':110,'height':30,'sizeLimit':'527433','id':filename+'_Photo','auto':true,'wmode':'transparent','onComplete':function(event,queueID,fileObj,response,data){$(".fileUploadQueueItem").fadeOut();$("div#fileUploadQueue").append('Your new photo will be<img src="/uploads/feusers/'+response+'" width="25%" alt="" />');$("input[name$='feu_hidden_Photo']").val("Photo;6;60;1;"+response+"");alert("event"+event);alert("queueID"+queueID);alert("fileObj"+fileObj);alert("response"+response);alert("data"+data);},'onAllComplete':function(event,queueID,fileObj,response,data){alert("You have completed the file upload, Submit your new settings to confirm."+data);},'onCancel':function(event,filesUploaded,filesErrored){alert("Upload successfully stopped");}});$("#next2,#prev2").hover(function(){$("#next2,#prev2").css('opacity',.99);},function(){$("#next2,#prev2").css('opacity',.35);});});