var curr_lb_div;var is_modal=false;function ShowLightBox(_1,_2){document.getElementById(_1).style.display="block";document.getElementById("fade").style.display="block";curr_lb_div=_1;if(_2){is_modal=true;}else{is_modal=false;}};function HideLightBox(){if(document.getElementById(curr_lb_div)){document.getElementById(curr_lb_div).style.display="none";document.getElementById("fade").style.display="none";document.getElementById(curr_lb_div).style.height='310px';document.getElementById(curr_lb_div).style.width='580px';curr_lb_div="";}};function getCard(_3){jQuery.ajax({type:"POST",url:"http://sl.logos-cards.com/cinf/",data:"saveString="+_3,cache:false,dataType:"html",beforeSend:function(_4){before(_4);},success:function(_5,_6,_7){doinf(_5,_6,_7);},error:function(_8,_9,_a){errH(_8,_9,_a);},complete:function(_b,_c){compL(_b,_c);}});};function Search(){document.getElementById("single1").innerHTML="
Player Search

Search is Spelling and Case sensitive.
";ShowLightBox("single1");return false;};function Search2(){document.getElementById("single1").innerHTML="
Card Search

Search is Spelling and Case sensitive.
You can type partial names, like 'Anthro'
instead of 'Anthro Parasite DEMO'.
Similarly named cards will be displayed.
";ShowLightBox("single1");return false;};function before(_d){document.getElementById("single1").innerHTML="
 
\"Processing...\"
";ShowLightBox("single1");$("#activityIndicator").show(250);return false;};function compL(_e,_f){$("#activityIndicator").delay(250).hide(250);};function errH(obj,_10,_11){var _12=obj.responseText;if(obj.status!=418&&obj.status!=412){_12="There was an unexpected error.";}document.getElementById("processResult").innerHTML=_12;if(obj.status==412){setTimeout("location.reload()",3000);}};function doinf(_13,_14,obj){document.getElementById("cardInf").innerHTML=_13;};