/*** AJAX & JS Configuration parameters for territories ***/ /* Live search */ var livesearchon = " "; //Enable or disable live search. "true" for on. blank or any other value for off. var minchars = 2; //Min number of characters input before suggestions are triggered // Change to location of custom live search xml file var suggestionsfile = "http://www.pwc.com/gx/en/webadmin/ajax/livesearch/livesearch.xml"; /* Send & share links */ // NB! This is required for all cc-ll.js files regardless var arr_ss = new Array(); // Local territory send & share links. NB: Count the number of global links (from zero) and then start the array // arr_ss [5] = new Array() // arr_ss [5][0] = "lu"; //Country code // arr_ss [5][1] = "/gx/en/webadmin/assets/image/share_yahoobuzz.gif"; //Local or global path to icon // arr_ss [5][2] = "http://buzz.yahoo.com/buzz?targetUrl=" + escape(window.location); //'Pre' url to bookmarking site // arr_ss [5][3] = ""; //'Post' url to bookmarking site // arr_ss [5][4] = "Yahoo! Buzz"; //Text to display in send & share box /* Placeholder */