/**** For FireFox (FireFox doesn't support innerText) *****/
if(!document.all)
{
	HTMLElement.prototype.__defineGetter__("innerText",function() {return this.textContent;});
	HTMLElement.prototype.__defineSetter__("innerText",function(txt) {this.textContent=txt;});
}

var Config =
{
	szBaseURL	: '',
	szImgPath	: '/images'
}

var OptPath =
{
	subscribe_email		: '/opt/subscribe_email.php',
	getsearchresults	: '/opt/getsearchresults.php'
}