function getFont(getSpanObj)
{
	getSpanObj.style.backgroundColor="#6195c7" ;
	getSpanObj.style.Color="#fff";
}

function getOriginalFont(getSpanObj)
{
	getSpanObj.style.backgroundColor="" ;
	getSpanObj.style.Color="#6195c7";
}

function clearMe(destText){
	if(destText.value == 'Enter your destination here'){
		destText.value ='';
	}
}