"; $content="
Contact $title
$info
       
  Your name: Position:  Company:
 
   
  Phone: Fax: E-mail:
 
   
  Address:
 
   
  Comments:
 
 
 
"; } if ($_GET['what']=="instalatii") { $title="Contact form for construction installations"; $info="Fill in this form and we will contact you as soon as possible"; $include_script=""; $content="
Contact $title
$info
       
  Your name: Position:  Company:
 
   
  Phone: Fax: E-mail:
 
   
  Address:
 
   
  Comments:
 
 
 
"; } elseif ($_GET['what']=="executie") { $title="Formular de contact pentru executie si montaj tamplarii din aluminiu"; $info="Fill in this form and we will contact you as soon as possible"; $include_script=""; $content="
Contact $title
$info
       
  Your name: Position:  Company:
 
   
  Phone: Fax: E-mail:
 
   
  Address:
 
   
  Comments:
 
 
 
"; } elseif ($_GET['what']=="amenajari_int") { $title="Contact form for interior design"; $include_script=""; $info="Fill in this form and we will contact you as soon as possible"; $content="
Contact $title
$info
       
  Your name: Position:  Company:
 
   
  Phone: Fax: E-mail:
 
   
  Address:
 
   
  Comments:
 
 
 
"; } elseif ($_GET['what']=="inchiriere_sp") { $include_script=""; $title="Rental services for commercial spaces, warehouses and market halls"; $info="Fill in this form and we will contact you as soon as possible"; $content="
Contact $title
$info
       
  Your name: Position:  Company:
 
   
  Phone: Fax: E-mail:
 
   
  Address:
 
   
  Destination:
   (Optiuni: Commercial space / Warehouse / Hall)
   
  Area:
    mp
   
  Comments:
 
 
 
"; } elseif ($_GET['what']=="inchiriere_ap") { $include_script=""; $title="Rental services for apartments, luxury villas and hotel"; $info="Fill in this form and we will contact you as soon as possible"; $content="
Contact $title
$info
       
  Your name: Position:  Company:
 
   
  Phone: Fax: E-mail:
 
   
  Address:
 
   
  Destination:
   (Optiuni: apartament / vila de lux / hotel)
   
  Rental scope:
    
   
  Rental period:
    
   
  Comments:
 
 
 
"; } elseif ($_GET['what']=="amenajari_loc") { $include_script=""; $title="Decorating houses for sale, directly with the owner"; $info="Fill in this form and we will contact you as soon as possible"; $content="
Contact $title
$info
       
  Your name: Position:  Company:
 
   
  Phone: Fax: E-mail:
 
   
  Address:
 
   
  Comments:
 
 
 
"; } elseif ($_GET['what']=="cumparare") { $include_script=""; $title="Formular de contact pentru cumparare de locuinte neamenajate"; $info="Fill in this form and we will contact you as soon as possible"; $content="
Contact $title
$info
       
  Your name: Position:  Company:
 
   
  Phone: Fax: E-mail:
 
   
  Address:
 
   
  Comments:
 
 
 
"; } elseif ($_GET['what']=="cazare") { $include_script=""; $title="Worker's housing"; $info="Fill in this form and we will contact you as soon as possible"; $content="
Contact $title
$info
       
  Your name: Position:  Company:
 
   
  Phone: Fax: E-mail:
 
   
  Address:
 
   
  Number of persons:
 
   
  Duration:
    
   
  Comments:
 
 
 
"; } } else { $content="

Our main priority and the objective of our entire activity is to satisfy the demands of our clients. To ensure this, we are constantly preoccupied to improve the technological processes, to equip the company with high-tech equipment and to improve our work force through periodic training and professional courses, so they can perform high quality services to satisfy all the demands of our clients. The success of our company depends on the continuous improvement of the quality of our services:

Arrow Industrial and civilian constructions
  Red structures
  Key (structures, furnishings, installations)
Arrow Construction installations
Arrow Interior design
Arrow Rental services for commercial spaces, warehouses and market halls
Arrow Rental services for apartments, luxury villas and hotel
Arrow Decorating houses for sale, directly with the owner
Arrow Worker's housing

Our entire experience is at your disposal, make use of it.

"; } if (isset($_GET['do']) && $_GET['do']=="submit") { include ("include/cfg.inc.php"); $to = $servicii_addr . ", " ; $subject = "Mesaj nou prestare servicii"; if ($_GET['form']=="t1") { $message = ' '.$_POST[form_title].'
Mesaj nou expediat de catre: '.$_POST[nume].'
Compania: '.$_POST[Company].'
Position: '.$_POST[Position].'
Phone: '.$_POST[Phone].'
Fax: '.$_POST[fax].'
Email: '.$_POST[mail].'
Address:
'.$_POST[Address].'
Comments:
 '.$_POST[Comments].'
'; $headers = "MIME-Version: 1.0\r\n"; $headers .= "Content-type: text/html; charset=iso-8859-1\r\n"; $headers .= "To: RO-RO <".$servicii_addr.">\r\n"; $headers .= "From: ro-ro.ro mail system \r\n"; $headers .= "Cc: ".$servicii_addr."\r\n"; $headers .= "Bcc: ".$servicii_addr."\r\n"; if(mail($to, $subject, $message, $headers)) { print ""; } else { print ""; } } elseif ($_GET['form']=="t2") { $message = ' '.$_POST[form_title].'
Mesaj nou expediat de catre: '.$_POST[nume].'
Compania: '.$_POST[Company].'
Position: '.$_POST[Position].'
Phone: '.$_POST[Phone].'
Fax: '.$_POST[fax].'
Email: '.$_POST[mail].'
Address:
'.$_POST[Address].'
Destination:
'.$_POST[destinatie].'
Area:
'.$_POST[Area].'mp
Comments:
 '.$_POST[Comments].'
'; $headers = "MIME-Version: 1.0\r\n"; $headers .= "Content-type: text/html; charset=iso-8859-1\r\n"; $headers .= "To: RO-RO <".$servicii_addr.">\r\n"; $headers .= "From: ro-ro.ro mail system \r\n"; $headers .= "Cc: ".$servicii_addr."\r\n"; $headers .= "Bcc: ".$servicii_addr."\r\n"; if(mail($to, $subject, $message, $headers)) { print ""; } else { print ""; } } elseif ($_GET['form']=="t3") { $message = ' '.$_POST[form_title].'
Mesaj nou expediat de catre: '.$_POST[nume].'
Compania: '.$_POST[Company].'
Position: '.$_POST[Position].'
Phone: '.$_POST[Phone].'
Fax: '.$_POST[fax].'
Email: '.$_POST[mail].'
Address:
'.$_POST[Address].'
Destination:
'.$_POST[destinatie].'
Rental scope:
'.$_POST[scop].'
Rental period:
'.$_POST[Duration].'
Comments:
 '.$_POST[Comments].'
'; $headers = "MIME-Version: 1.0\r\n"; $headers .= "Content-type: text/html; charset=iso-8859-1\r\n"; $headers .= "To: RO-RO <".$servicii_addr.">\r\n"; $headers .= "From: ro-ro.ro mail system \r\n"; $headers .= "Cc: ".$servicii_addr."\r\n"; $headers .= "Bcc: ".$servicii_addr."\r\n"; if(mail($to, $subject, $message, $headers)) { print ""; } else { print ""; } } elseif ($_GET['form']=="t4") { $message = ' '.$_POST[form_title].'
Mesaj nou expediat de catre: '.$_POST[nume].'
Compania: '.$_POST[Company].'
Position: '.$_POST[Position].'
Phone: '.$_POST[Phone].'
Fax: '.$_POST[fax].'
Email: '.$_POST[mail].'
Address:
'.$_POST[Address].'
Numar persoane:
'.$_POST[persoane].'
Duration:
'.$_POST[Duration].'
Comments:
 '.$_POST[Comments].'
'; $headers = "MIME-Version: 1.0\r\n"; $headers .= "Content-type: text/html; charset=iso-8859-1\r\n"; $headers .= "To: RO-RO <".$servicii_addr.">\r\n"; $headers .= "From: ro-ro.ro mail system \r\n"; $headers .= "Cc: ".$servicii_addr."\r\n"; $headers .= "Bcc: ".$servicii_addr."\r\n"; if(mail($to, $subject, $message, $headers)) { print ""; } else { print ""; } } } ?> The construction company RO-RO - Industrial and civilian constructions - Services
  Services     


Valid HTML 4.01 Transitional  Valid CSS !