<!--
function openRelated() {
	if ($('relatedcat').style.display == '' || $('relatedcat').style.display == 'none') {
		$('relatedcat').style.display = 'block';
		$('opentxt').innerHTML = 'Close Related Categories';
		}
	else {
		$('relatedcat').style.display = 'none';
		$('opentxt').innerHTML = 'Open Related Categories';
		}
	}
function moreCls(rids) {
	$('m' + rids).style.display = 'none';
	$('c' + rids).style.display = 'inline';
	return false;
	}
function addEngine() {
	var agent = navigator.userAgent;
	var surl = "/plugins/ie-search.xml";
	if (agent.indexOf("Mozilla") > -1) {
		//surl = "https://addons.mozilla.org/en-US/firefox/downloads/file/41078/yellow_pages-20081113.xml";
		}
	if(window.external && ("AddSearchProvider" in window.external)){
		window.external.AddSearchProvider(surl);
		}
	else{
		alert('Your browser do not support search engine add-ons. Upgrade to IE7 or latest Firefox browser.');
		}
	return false;
	}
function openWindow(name, url, width, height) {
	var w = window.open(url, name, 'menubar=0,toolbar=0,statusbar=1,scrollbars=1,personalbar=0,location=no,width=' + width + ',height=' + height + ',resizable=1');
	w.focus();
	}
function openWindow1(d,c,e,a){var b=window.open(c,d,"menubar=0,toolbar=no,statusbar=1,scrollbars=0,personalbar=0,location=no,width="+e+",height="+a+",resizable=1");b.focus();return b;};
-->
