Prior to commencing the actual construction and production works, we define the product requirements and ideal production processes in coordination with our customers. Experience has shown that, already at this stage, our know-how can contribute to a significant improvement of the future workpiece. We use high-performance construction and simulation software that adopts your drawings and data and incorporates them into the construction process.

jQuery(document).ready(function(){ // FOTTState = Falang Original Text Toggle State Cookie // Reads FOTTState cookie var ToggleState = jQuery.cookie('FOTTState'); // if FOTTState cookie exists and if its value is 0 it hides layer // else it shows it. It also shows it by default if FOTTState is not defined yet if(ToggleState == '0'){ jQuery("#original_value_introtext").hide(); jQuery("#CopyButton").hide(); } jQuery("#ToggleButton").click(function(){ jQuery("#original_value_introtext").slideToggle(500); jQuery("#CopyButton").slideToggle(500); // click on toggle button also creates FOTTState cookie or updates its value+ if(ToggleState == '1' || !ToggleState){ jQuery.cookie('FOTTState', '0'); } else { jQuery.cookie('FOTTState', '1'); } // FOTTState cookie exipres at end of session }); });
Top