function printReciept(){
    frames["reciept_iframe"].focus();
    frames["reciept_iframe"].print();
}