/**** 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 =
{
	get_msg				: '/opt/get_msg.php',
	get_link			: '/opt/get_url.php',
	subscribe_email		: '/opt/subscribe_email.php',
	consultants_email	: '/opt/consultants_email.php',
	onlinedemo_email	: '/opt/onlinedemo_email.php',
	incident_email		: '/opt/incident_email.php',
	getsearchresults	: '/opt/getsearchresults.php',
	login				: '/opt/ajax_login.php'
}

