window.onload=function()
{
document.getElementById("from_country").value="Leaving from: (City)";
document.getElementById("to_country").value="Going to";
}

function clearval()
{

document.getElementById("from_country").value="";

}

function empty()
{
document.getElementById("to_country").value="";
}
