﻿$(document).ready(function(){
    $('#txtPrice').click(function(){fillDefault('price');}).keyup(function(e){move(e.keyCode,'hprice',prices,'ahover',0,0,0,0);});
            $('#iPrice').click(function(){$('#txtPrice').focus();fillDefault('price');}).keyup(function(e){move(e.keyCode,'hprice',prices,'ahover',0,0,0,0);});
            $('#txtdays').click(function(){fillDefault('days');}).keyup(function(e){move(e.keyCode,'hdays',adys,'ahover',0,0,0,0);});
            $('#idays').click(function(){$('#txtdays').focus();fillDefault('days');}).keyup(function(e){move(e.keyCode,'hdays',adys,'ahover',0,0,0,0);});
            $('#txtSDay').click(function(event){flag=5;event.cancelBubble=true;showCal('txtSDay','',false,'',0,-20);});
            $('#imSDay').click(function(event){flag=5;event.cancelBubble=true;showCal('txtSDay','',false,'',0,-20);});
            $('#txtEDay').click(function(event){flag=5;event.cancelBubble=true;showCal('txtEDay','',false,'txtSDay',0,-20);});
            $('#imEDay').click(function(event){flag=5;event.cancelBubble=true;showCal('txtEDay','',false,'txtSDay',0,-20);});
            $('#nhprice').attr('value',prices.length-1);
            $('#nhdays').attr('value',adys.length-1);
});
