var testsuccess = 0;
var lnid = new Array();

jQuery(document).ready( function() {
  jQuery('a.add_product').click( function() {
    form_id = jQuery("form", jQuery(this).parent()).attr('id');
    //console.log("Id = %s;",form_id);
		submitform(document.getElementById(form_id));
    return false;
	});
});
//






  

  

  

