#!/usr/bin/perl use CGI ; use CGI::Session ; use strict ; use warnings ; use path_config_tribi ; BEGIN { my $path_to_add = $script_location . "action/" ; push @INC, $path_to_add ; } use tribi_common_headers ; use common_product_tabs ; use footers ; my $page_title = "TRIBI-Home" ; tribi_common_headers::common_header( $page_title, $server_root_path ) ; print '
"We create intelligent energy saving solutions that push the envelope of operations of appliances and machines"
Current Milestones December 2011 - TRIBIGENX shipment crosses 2000.
'; footers::footer(); print' ';