var menuData = '';document.getElementById('incDataOne').innerHTML = "
Home

BUYER REGISTER ACCOUNT

Company's profile

Business details
Select your product categories


Selected categories:

Please select the markets you sell to

Select your other data
Yes No

By clicking 'submit' you agree that you have read our Privacy and Cookie Polices and accepted our Terms of Use

"; $(document).ready(function() { $('#input-shortprofile').summernote({ placeholder: '', height: 300, codemirror: { 'theme': 'readable' }, toolbar: [ ['style', ['bold', 'italic', 'underline', 'clear']] ] }); }); function myClickData() { document.getElementById('eredmeny').innerHTML = 'A kép(ek) feltöltése folyamatban, kérem várjon!'; document.getElementById('imgUpload').submit();}function connectSubMenus(data, all, name) { menuData = name; var i;for (i = 0; i < all+1; i++) { document.getElementById('sub'+i).style.visibility='hidden';} document.getElementById('sub'+data).style.visibility='visible';}function ePhone(data) { document.getElementById('input-phonenum').value=data;}function connectProvince(data, va) { var imported = document.createElement('script'); imported.src = '/admin/inc/province.cc?e=' +data+ '&va=' +va; document.head.appendChild(imported);}function connectCountry(data) { var x = document.getElementById('input-province'); document.getElementById('input-country').value=data; document.getElementById('input-province').options.length = 0; var option = document.createElement('option'); option.text = '-- none --'; x.add(option); connectProvince(data, '');}function checkVar(data) { if ( data==0 ) { document.getElementById('input-companyenglishwebsite').style.display = 'none'; } else { document.getElementById('input-companyenglishwebsite').style.display = 'block'; }}function addCat(data, name, tv) { if ( tv == true ) { var x = document.getElementById('selectedCategories'); var option = document.createElement('option'); var str = menuData + ' ➔ ' + name; option.text = unescape(str); option.value = data; x.add(option); } else { var x = document.getElementById('selectedCategories'); for (var i=0; i