var dummy="$Id: betslipheader.js,v 1.1.2.122 2010-06-21 08:50:38 mjack Exp $";var BS_LEG=new Array();var EXTRAINFO=new Array();function BS_set_extra_info(a,b){EXTRAINFO[a]=b}function BS_get_extra_info(a){return(EXTRAINFO[a])?EXTRAINFO[a]:""}function BS_set_leg(a,b){BS_LEG[a]=b}function BS_get_leg(a){return(BS_LEG[a])?BS_LEG[a]:""}function BS_get_leg_format(){return get_cookie(betslipheader.cookie_name.LEGFORMAT).split("|")}function BS_upd_bet_count(b){var a=document.getElementById("bsCounter");if(a){if(b>1){a.innerHTML=betslipheader.msg.BS_SELECTIONS+b}else{a.innerHTML=betslipheader.msg.BS_SELECTION+b}}document.forms.betslipCount.bet_count.value=b}function BS_is_on_receipt(){var a=get_cookie(betslipheader.cookie_name.RECEIPT);return(a!=null&&a.length>0)}function BS_clear_receipt_cookie(){set_cookie(betslipheader.cookie_name.RECEIPT,"","",betslipheader.cookie_path,"","")}function BS_clear_seln_cookie(){set_cookie(betslipheader.cookie_name.LEG,"","",betslipheader.cookie_path,"","")}function BS_clear_bet_slip(){BS_upd_bet_count(0);BS_clear_seln_cookie();BS_upd_betslip();set_cookie("FASTBET_PROCESS","","","/");BS_clear_fastbet_cookie()}function BS_go_bet(i){var c=get_cookie("BIR_REQ_ID");var f=get_cookie("POSSIBLE_PLACED_BET");if(!i&&(BS_is_on_receipt()||(c==""&&f==""))){set_cookie("FASTBET_PROCESS","","","/");BS_clear_fastbet_cookie()}if(BS_is_on_receipt()){BS_clear_receipt_cookie();if(!i){BS_clear_seln_cookie()}}if(BS_selection_limit(1)){BS_LEG=new Array();return}var j="";var k="";var d=BS_get_leg_format();d.each(function(l){var e=BS_get_leg(l);if(e.length){e=e.replace(/\|/g,":")}j+="|"+l+"~"+e;if(l=="selections"){k=e}});j="&leg="+j.substring(1);BS_LEG=new Array();var a=get_pref("BETSLIP_STYLE");var b="";var h="";if(a=="Detached"){if(i){disable_fastbet_buttons_upd_cookie();b=betslipheader.url.REMOTE_BS_URL+"&go_place_fast_bet=1&bet_uid="+fastbet_betuid+j;update_fastbet_uid();set_cookie("POSSIBLE_PLACED_BET","1","","/")}else{b=betslipheader.url.REMOTE_BS_URL+"&bs_add_leg_to_slip=1"+j}b+="&uid="+get_cookie(loginuid_cookie_name);BS_upd_pop_out(b)}else{if(i){disable_fastbet_buttons_upd_cookie();try{h=document.forms.betSlipMainForm.elements.bet_uid.value}catch(g){h=fastbet_betuid;update_fastbet_uid()}b=betslipheader.url.CGI_URL+"?action=GoBetPlace&go_place_fast_bet=1&bet_uid="+h+j;set_cookie("POSSIBLE_PLACED_BET","1","","/")}else{b=betslipheader.url.CGI_URL+"?action=GoBetAdd"+j}b+="&uid="+get_cookie(loginuid_cookie_name);BS_view_betslip(b)}if(typeof(netinsight)!="undefined"){if(netinsight){ntptAddPair("bsa",k);ntptEventTag("ev=addtobetslip")}}}function update_fastbet_uid(){var a=betslipheader.url.CGI_URL+"?action=go_update_fastbet_betuid";new Ajax.Request(a,{method:"get",onSuccess:function(b){fastbet_betuid=b.responseText},onException:function(c,b){}})}function BS_upd_bet_count_from_slip(){var b=0;var a=document.getElementById("num_selns");if(a){b=a.value}BS_upd_bet_count(b);return b}var BS_SELECTED_BETS=new Array();function BS_select_bet(d,e){var a;var b=false;BS_SELECTED_BETS.each(function(f){if(f.unique_id==d){f.place="Y";b=true;throw $break}});if(b){return true}a=new Array();var c=BS_get_leg_format();c.each(function(f){a[f]=BS_get_leg(f)});BS_LEG=new Array();a.unique_id=d;a.group_unique_id=e;a.place="Y";BS_SELECTED_BETS.push(a)}function BS_deselect_all_bets(a){if(a){BS_SELECTED_BETS.each(function(b){if(b.group_unique_id==a){b.place="N"}})}else{BS_SELECTED_BETS=new Array()}}function BS_go_bets(c){var e;var b="";var g=BS_get_leg_format();var i="";if(BS_is_on_receipt()){BS_clear_receipt_cookie();BS_clear_seln_cookie()}if(BS_selection_limit(BS_SELECTED_BETS.length)){BS_deselect_all_bets(c);return}BS_SELECTED_BETS.each(function(j){if(j.place!="Y"){return}if(c&&j.group_unique_id!=c){return}var k="";g.each(function(l){k+="|"+l+"~"+j[l];if(l=="selections"){i=j[l]}});b+="&leg="+k.substring(1);if(typeof(netinsight)!="undefined"){if(netinsight){ntptAddPair("bsa",i);ntptEventTag("ev=addtobetslip")}}});var d=BS_get_extra_info("acc_stake");if(d!=""){b=b+"&acc_stake="+d}var h=BS_get_extra_info("bettype_stake");if(h!=""){b=b+"&bettype_stake="+h}BS_deselect_all_bets(c);var a=get_pref("BETSLIP_STYLE");if(a=="Detached"){b=betslipheader.url.REMOTE_BS_URL+"&bs_add_leg_to_slip=1"+b;BS_upd_pop_out(b)}else{var f="action=GoBetAdd"+b;BS_view_betslip(betslipheader.url.CGI_URL,f)}}function BS_view_betslip(a,b){if(!b){b=""}BS_load_betslip(a,"POST",b);BS_open_betslip()}function BS_open_betslip(){var d=document.getElementById("toggleLink");if(d){d.href="javascript:BS_close_betslip()";d.className="minimise"}var c=document.getElementById("betSlipBodyMembrane");c.style.display="";var a=document.getElementById("popout");if(a!=null){a.style.display="block"}if(get_pref("bs_minimized")!=0){set_pref("bs_minimized","0")}var b=document.getElementById("bsScroller");b.style.position="";position_betslip()}function BS_close_betslip(){var d=document.getElementById("toggleLink");if(d){d.href="javascript:BS_open_betslip()";d.className="maximise"}var c=document.getElementById("betSlipBodyMembrane");c.style.display="none";var a=document.getElementById("popout");if(a!=null){if(get_pref("BETSLIP_STYLE")=="Detached"){a.style.display="block"}else{a.style.display="none"}}if(get_pref("bs_minimized")!=1){set_pref("bs_minimized","1")}var b=document.getElementById("bsScroller");b.style.position="absolute";position_betslip()}function position_betslip(){var d=document.getElementById("bsHeaderLeft");var h=document.getElementById("bsHeaderRight");var b=document.getElementById("bsScroller");var g=document.getElementById("bsOpenAnchor");if(!b){return}var c=228;var e=1000-c;var a,f;if(document.documentElement&&document.documentElement.clientWidth!=0){f=document.documentElement.scrollTop;a=document.documentElement.clientWidth}else{f=document.body.scrollTop;a=document.body.clientWidth}if(get_pref("BETSLIP_STYLE")!="Detached"){if(g){g.style.display="none"}if((a>1000+c)&&get_pref("bs_minimized")!="1"&&get_pref("bs_minimized")!=null){b.style.left="1001px";h.style.backgroundImage="url(/img/betslip/bshead-r.gif)";if(d){d.style.display="block"}}else{b.style.left=e+"px";h.style.backgroundImage="url(/img/betslip/bshead.gif)";if(d){d.style.display="none"}}}else{b.style.left="0px";b.style.top="33px";if(d){d.style.display="block"}if(g){g.style.display="inline"}}vsize_betslip()}function vsize_betslip(j){var s=document.getElementById("bsScroller");var d=document.getElementById("betSelectionsScroll");var r=document.getElementById("optionsScroll");var p=0;var l=false;if(document.documentElement&&document.documentElement.clientHeight!=0){p=document.documentElement.clientHeight;l=true}else{p=document.body.clientHeight}var i=300;var f=40;var q=30;if(document.getElementById("is_receipt")!=null){i=490;f=72;q=95}if(document.getElementById("is_bir_confirm")!=null){f=70}if(get_pref("BETSLIP_STYLE")=="Detached"){i-=105}var u,g,n,e;betcount=0;optioncount=0;g=0;n=0;e=0;if(d!=null){var k=d.getElementsByTagName("tr");for(var t=0;t<k.length;t++){if(k[t].className=="bselection"||k[t].className=="suspended"){betcount++}}u=betcount*f;if(r!=null){var c=r.getElementsByTagName("tr");for(var m=0;m<c.length;m++){if(c[m].className=="boption"){optioncount++}}g=optioncount*q}var a=p-i;n=Math.floor(a*(u/(u+g)));e=(a-n);if(betcount>0&&(parseInt(135+s.clientHeight)>p||d.style.overflowY=="auto")){d.style.height=n+"px";d.style.overflowY="auto";if(l==true){document.getElementById("betSelections").style.width="202px"}d.style.zIndex="0";if(document.getElementById("selectionHead")!=null){document.getElementById("selectionHead").style.width="70px"}if(g>e){r.style.height=e+"px";r.style.overflowY="auto";if(l==true){document.getElementById("options").style.width="202px"}r.style.zIndex=(parseInt(d.style.zIndex)-1);if(document.getElementById("optionHead")!=null){document.getElementById("optionHead").style.width="113px"}}}if(d.scrollHeight<=d.clientHeight){if(betcount==1){if(document.getElementById("is_receipt")!=null){d.style.height="auto"}else{d.style.height=(u*2)+"px";if(betcount==1){if(document.getElementById("gp_div")!=null){d.style.height="auto"}}}}else{d.style.height="auto"}d.style.overflowY="";if(l==true){document.getElementById("betSelections").style.width=""}if(document.getElementById("selectionHead")!=null){document.getElementById("selectionHead").style.width=""}if(r!=null){r.style.height="auto";r.style.overflowY="";if(l==true){document.getElementById("options").style.width=""}if(document.getElementById("optionHead")!=null){document.getElementById("optionHead").style.width=""}}}else{}}}function BS_upd_pop_out(b){popped_out_betslip=window.open(b,betslipheader.popup_name,"width=300,scrollbars=1,resizable=1,status=1");popped_out_betslip.focus();var a=get_cookie("FASTBET_PROCESS");if(get_pref("BETSLIP_STYLE")=="Detached"&&a&&a=="1"){try{var c=popped_out_betslip.document.getElementById("bsCounter");if(c){c.innerHTML="<img src='/img/betslip/loadbar.gif' style='width:90px;padding:4px 0' />"}}catch(d){}}}function BS_pop_out(f){var a=get_cookie("FASTBET_PROCESS");if(a&&a=="1"){BS_clear_fastbet_cookie();enable_fastbet_buttons_upd_cookie()}var c=betslipheader.url.REMOTE_BS_URL;if(f){c=c+"&"+f}BS_upd_pop_out(c);set_pref("BETSLIP_STYLE","Detached");var b=document.getElementById("bsScroller");var d=document.getElementById("bsHeaderLeft");var e=document.getElementById("bsOpenAnchor");if(b!=null){b.style.display="none";if(d){d.style.display="none"}}if(d){d.style.display="block"}if(e){e.style.display="inline"}}var opener_window;function BS_pop_back(){set_pref("BETSLIP_STYLE","Attached");var b="ppmain";var c=betslipheader.url.CGI_URL;var a="scrollbars=1,resizable=1,location=1,menubar=1,status=1,titlebar=1,toolbar=1";if(!opener_window){opener_window=window.opener}var f;try{f=opener_window.name}catch(d){f="unknown"}if(!opener_window){opener_closed=true}else{opener_closed=opener_window.closed}if(opener_closed){opener_window=window.open(c,b,a)}else{if(f!=b){if(f=="unknown"){opener_window.location=c}else{opener_window=window.open(c,b,a)}}else{if(opener_window.location.protocol.startsWith("https")){opener_window.location=c}else{opener_window.location.reload()}}}window.close()}var opener_window=null;function BS_open_in_main(c){var b="ppmain";var a="scrollbars=1,resizable=1,location=1,menubar=1,status=1,titlebar=1,toolbar=1";if(!opener_window){opener_window=window.opener}var f;try{f=opener_window.name}catch(d){f="unknown"}if(!opener_window){opener_closed=true}else{opener_closed=opener_window.closed}if(opener_closed){opener_window=window.open(c,b,a)}else{if(f!=b){if(f=="unknown"){opener_window.location=c}else{opener_window=window.open(c,b,a)}}else{opener_window.location=c}}}var opener_window=null;function BS_go_register_from_popup(d,a){if(!opener_window){opener_window=window.opener}if(typeof a=="undefined"){var a=0}try{if(a){var g="betslipregbutton"}else{var g=""}if(d){opener_window.go_register_inline(bus_channel,g)}else{opener_window.go_register(bus_channel,g)}}catch(c){var f=betslipbody.url.SCGI_URL;var b;f+="?action=go_register_popup&crea=img";f+="&bus_channel="+bus_channel;if(bus_channel==""){b="SB"}else{b=bus_channel}if(a){f+="&area="+b+"&button=betslipregbutton"}location.replace(f);window.resizeTo(640,662)}return false}function BS_submit_betslip(e,a){var g=document.forms[e];var d=g.cloneNode(false);if(!a||a==""){var a=d.action}var h=d.method;if(arguments.length>2){for(var c=2;c<arguments.length;c+=2){g.elements[arguments[c]].value=arguments[c+1]}}var b=BS_submit_betslip_xmlhttprequest(a,getFormContent(e),h);if(!b){}}function BS_req_end(from_ajax){var count=BS_upd_bet_count_from_slip();BS_update_freebet_menu();BS_init_show_hide();var bs_minimized;var bs_style=get_pref("BETSLIP_STYLE");var fb_process=get_cookie("FASTBET_PROCESS");if(bs_style=="Detached"){bs_minimized=false}else{if(fb_process&&fb_process=="1"){bs_minimized=false}else{bs_minimized=(get_pref("bs_minimized")=="1");if(from_ajax){bs_minimized=false}if(count==0){bs_minimized=true}}}if(!bs_minimized){BS_open_betslip()}else{BS_close_betslip()}var onload_func_elem=document.getElementById("onload_func");if(onload_func_elem){if(onload_func_elem.value!=""){eval(onload_func_elem.value)}}if(!from_ajax){BS_test_possible_placed()}if(window.attachEvent){ieDropDownFix()}vsize_betslip();if(BS_is_on_receipt()){enable_fastbet_buttons_upd_cookie()}}function BS_test_possible_placed(){var c=get_cookie("BIR_REQ_ID");var b=get_cookie("POSSIBLE_PLACED_BET");if(get_cookie("POSSIBLE_PLACED_BET")==1&&c.match(/^[\d]+$/)==null){BS_display_error(betslipheader.msg.BS_PB_WARNING_TITLE,betslipheader.msg.BS_PB_WARNING_TXT);document.getElementById("close_text").innerHTML=betslipheader.msg.BS_ERROR_CLOSE;set_cookie("POSSIBLE_PLACED_BET","","","/");var a=get_cookie("FASTBET_PROCESS");if(a&&a=="1"){set_cookie("FASTBET_PROCESS","","","/")}}else{if(c.match(/^[\d]+$/)!=null&&playing_bir_confirm!=1){BS_load_betslip(betslipbody.url.CGI_URL+"?action=GoBetSlip&retain=Y","POST")}}}function BS_load_betslip(a,c,b){if(!b){b=""}if(!c){c="POST"}a=encodeURI(a);BS_submit_betslip_xmlhttprequest(a,b,c)}function callInProgress(a){if(!a){return false}switch(a.readyState){case 1:case 2:case 3:return true;break;default:return false;break}}var req=null;var timeoutId=null;function BS_submit_betslip_xmlhttprequest(a,c,d){if(req==null){if(window.XMLHttpRequest){req=new XMLHttpRequest()}else{if(window.ActiveXObject){req=new ActiveXObject("Microsoft.XMLHTTP")}}}if(req){req.onreadystatechange=function(){if(req.readyState!=4){return false}window.clearTimeout(timeoutId);var f;try{f=req.status}catch(h){return false}if(f!=200){alert(betslipbody.msg.BS_AJAX_REQ_ERROR_TXT+"\n"+req.statusText);return false}var g=document.getElementById("betSlipBodyMembrane");g.innerHTML=req.responseText;BS_req_end(true);req=null};if(!callInProgress(req)){timeoutId=window.setTimeout(function(){if(callInProgress(req)){req.abort();BS_display_error(betslipheader.msg.BS_TIMEOUT_TITLE,betslipheader.msg.BS_TIMEOUT_TXT);return false}},parseInt(betslipheader.cfg.BETSLIP_REQ_TIMEOUT));var b=document.getElementById("bsCounter");if(b){b.innerHTML="<img src='/img/betslip/loadbar.gif' style='width:90px;padding:4px 0' />"}req.open(d,a,true);req.setRequestHeader("content-type","application/x-www-form-urlencoded");if(betslipheader.url.HTTP_REFERER!=""){req.setRequestHeader("Referer",betslipheader.url.HTTP_REFERER)}req.send(c)}else{BS_display_error(betslipheader.msg.BS_LOADING,betslipheader.msg.BETSLIP_PLEASE_WAIT);return false}}else{BS_display_error(betslipheader.msg.BS_UNSUPPORTED_AJAX_TITLE,betslipheader.msg.BS_UNSUPPORTED_AJAX_TXT);return false}return true}function BS_init_show_hide(){var e=get_pref("bs_hide_sect");if(e==null){e=[]}else{e=e.split(",")}var b=["selns","bopts"];for(var c=0;c<b.length;c++){var d=b[c];var a=(e.indexOf(d)==-1);BS_show_section(d,a,true)}return}function BS_show_section(f,g,e){var b;if(f=="selns"){b=$("betSelectionsScroll")}else{if(f=="bopts"){b=$("optionsScroll")}else{throw"unknown section to show: "+f}}if(b!=null){b.style.display=g?"":"none"}var c=$("bs_show_"+f+"_link");var h=$("bs_hide_"+f+"_link");if(c!=null){c.style.display=g?"none":""}if(h!=null){h.style.display=g?"":"none"}if(!e){var i="bs_hide_sect";var d=get_pref(i);if(d==null){d=[]}else{d=d.split(",")}var a=d.indexOf(f);if(g&&a!=-1){d=d.without(f);set_pref(i,d.join(","))}else{if(!g&&a==-1){d.push(f);set_pref(i,d.join(","))}}}position_betslip();return false}function BS_selection_limit(e){var a=20;if(a<e){var d=betslipheader.msg.BS_EXCEED_SEL_TITLE;var c=BS_js_subst(betslipheader.msg.BS_EXCEED_SEL_TEXT,{seln_limit:a});var b=get_pref("BETSLIP_STYLE");if(!b||b=="Attached"){BS_display_error(d,c);BS_open_betslip()}else{alert(c)}return true}return false}function ni_sels(){if(typeof(netinsight)!="undefined"){if(netinsight){var f="";var b=0;var e=$$("span.rb_receipt");var d=$$("span.rb_stake");var c;for(var a=0;a<e.length;a++){c=d[a].innerHTML;c=c.replace(/[^\d\.-]/g,"");b+=parseFloat(c);f+=e[a].innerHTML+";1;"+c+";"}NTPT_PGEXTRA+="&rtt="+b;NTPT_PGEXTRA+="&rtc="+f;ntptEventTag("pv=1")}}}function check_fastbet_buttons(){var a=get_cookie("FASTBET_PROCESS");if(a&&a=="1"){disable_fastbet_buttons()}else{enable_fastbet_buttons()}}function enable_fastbet_buttons_upd_cookie(){set_cookie("FASTBET_PROCESS","","","/");enable_fastbet_buttons()}function enable_fastbet_buttons(){if(typeof bir_top_displayed_page!="undefined"&&typeof fast_bet_active!="undefined"&&fast_bet_active&&(bir_top_displayed_page=="EVENT"||bir_top_displayed_page=="FINANCIALS")){betDisplayPref()}}function disable_fastbet_buttons_upd_cookie(){set_cookie("FASTBET_PROCESS","1","","/");disable_fastbet_buttons()}function disable_fastbet_buttons(){if(typeof bir_top_displayed_page!="undefined"&&typeof fast_bet_active!="undefined"&&fast_bet_active&&(bir_top_displayed_page=="EVENT"||bir_top_displayed_page=="FINANCIALS")){betDisplayPref()}};