$(".tabs.ui-tabs-vertical").ready(function(){$(".tabs.ui-tabs-vertical").bind("allytabsload",function(b,c){var a="#"+c.tab.title.replace(/\s/g,"_");window.setTimeout(function(){var d=($("#page.article_custombox "+a+" .custombox").length>0);if(!d){$("#page.article_custombox "+a+" .article_custombox_form").addClass("offscreen");$("#page.article_custombox "+a+" .customselect").custombox({boxType:"select",containerClass:"custombox-wrapper",boxClass:"custombox"});$("#page.article_custombox "+a+" .article_custombox_form").removeClass("offscreen");$("#control-countryListBox").fselect();$("#control-investortypeListBox").fselect()}},100)})});