function add_to_order(formName){

x = formName;

window.alert(x);

}
