function copy()
{
document.getElementById('checkout').value = document.getElementById('checkin').value;

}