function borrainput() 
{
	if (document.getElementById('insearch').value=='Search Travelgoing') 
		document.getElementById('insearch').value='';
}

function reiniciar()
{
	if (document.getElementById('insearch').value=='') 
		document.getElementById('insearch').value='Search Travelgoing';
}

function borradestino(input) 
{
	if (document.getElementById(input).value=='City') 
		document.getElementById(input).value='';
}

function reiniciardestino(input)
{
	if (document.getElementById(input).value=='') 
		document.getElementById(input).value='City';
}

function borrarComentarios(input)
{
	if (document.getElementById(input).value =='Insert here any special request you need to specify') 
		document.getElementById(input).value='';
}

function reiniciarComentarios(input)
{
	if (document.getElementById(input).value =='') 
		document.getElementById(input).value='Insert here any special request you need to specify';
}
