function PopupCenter(pageURL,title,w,h){var left=(screen.width/2)-(w/2);var top=(screen.height/2)-(h/2);window.open(pageURL,title,'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width='+w+', height='+h+', top='+top+', left='+left);}function clearDefault(el){if(el.defaultValue==el.value)el.value=""}function Search(choice){var SearchValue=new String();if(document.getElementById('txtkeyword').value=='Search Text'){document.getElementById('txtkeyword').value='';}var SearchTextBox=document.getElementById("txtkeyword");SearchValue=SearchTextBox.value;SearchValue=replaceAll(SearchValue,"&"," ");if(SearchValue=="&"){SearchValue="";}SearchValue=escape(SearchValue);if(choice=="GO"){if(SearchValue.length>0){document.location="/index.php/ledc/menu_link/search/?queryString="+SearchValue+"&catn=";}else{document.location="/index.php/ledc/menu_link/search/?queryString="+"&catn=";}}}function replaceAll(str,from,to){var idx=str.indexOf(from);while(idx>-1){str=str.replace(from,to);idx=str.indexOf(from);}return str;}function getQueryVariable(variable){var query=window.location.search.substring(1);var vars=query.split("&");for(var i=0;i<vars.length;i++){var pair=vars[i].split("=");if(pair[0]==variable){return pair[1];}}}function SetIframme(){document.getElementById("searchiframe").src="http://www.mycommunityinfo.ca/search2/SiteSearchEG.aspx?Restrict=LEDC&queryString="+replaceAll(getQueryVariable("queryString"),"&"," ");}
