﻿function go_hotel2(x,y,r){
    document.hotel2.x.value = x;
    document.hotel2.y.value = y;
    document.hotel2.r.value = r;
    document.hotel2.submit();
}

