The 7.32 x 2.44 m portable football and handball goal is the perfect accessory for professional or even amateur club football pitches. The portability of the sports goal makes it ideal for training sessions and matches. The goal is made of 120×100 mm untreated natural aluminium oval profile. But on request it can be supplied with RAL9033 (white) powder coated base with RAL9005 (black) stripes. The mesh support frame is 33.7 mm diameter galvanized steel tube for durability. The net can be attached to the football goal with plastic clips for easy mounting and removal.
The net is not included, but all goals can be purchased with the necessary nets and fixings, as well as other accessories such as balls and training equipment.
Our staff will also be happy to assist with the delivery and assembly of purchased products on request.
– Made of 120 x 100 mm oval profile, untreated natural aluminium
– available on request with powder coating RAL9003 (white)
– the mesh support frame is 33.7 mm diameter steel tube with galvanised surface
– the netting is fixed with plastic clips
Explore the BESTRONG site that suits your preferences!
// Function to set a cookie with the specified name, value, and expiration time function setCookie(name, value, days) { var expires = new Date(); expires.setTime(expires.getTime() + (days * 24 * 60 * 60 * 1000)); document.cookie = name + "=" + value + ";expires=" + expires.toUTCString() + ";path=/"; }
// Function to check if the closing cookie exists function checkClosingCookie() { var cookies = document.cookie.split(";");
for (var i = 0; i < cookies.length; i++) { var cookie = cookies[i].trim(); if (cookie.indexOf("spu_closing_18961") === 0) { return true; // Closing cookie exists } }return false; // Closing cookie does not exist }// Function to handle the popup display function displayPopup() { // Check if the closing cookie exists if (!checkClosingCookie()) { // Show your popup code here // Replace the following line with your actual popup display code console.log("Popup should be displayed now!");// Set the closing cookie for 365 days setCookie("spu_closing_18961", "true", 365); } }// Call the displayPopup function on page load window.onload = function() { displayPopup(); };