

//wymaga formularza z polem od ID='IDProdField' w formularzu ID='form_icon'
function gotoOrderStep2(IDProdField) {
document.getElementById('form_icon_IDProdField').value = IDProdField;
document.getElementById('form_icon').submit();
//ajax('Action=RegisterNew', nothing);

ajax('Action=ProdField&ProdField='+IDProdField, nothing, true);
}
