<!-- Hide JavaScript from older Browsers
window.defaultStatus = document.title;

function movr(texts)	{
	window.status = 'CamelNetwork - ' + texts;
return true;
}

function mout()	{
	window.status = document.title;
return true;
}
// End Hide -->
