<?php
if (isset($_POST['mensaje']))
{
	$mensaje = $_POST['mensaje'];
}else{
	$mensaje = "";
	}
if (isset($_POST['submit']))
{
	$submit = $_POST['submit'];	
}
if (isset($_POST['nombre']))
{
	$nombre = $_POST['nombre'];
}
if (isset($_POST['website']))
{
	$telefono = $_POST['website'];
}
if (isset($_POST['email']))
{
	$email = $_POST['email'];
}

if (isset($_POST['comentario']))
{
	$comentarios = $_POST['comentario'];
}

if(isset($submit))
{
	
	if( ($_POST['nombre'] == "") )
	{
		$_POST['mensaje'] = "Debe ingresar su nombre.";
		bodyRecharge();
		exit();
	}elseif ($_POST['email']  == ""){
		$_POST['mensaje'] = "Debe ingresar su email.";
		bodyRecharge();
		exit();
	}elseif (!preg_match('/^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$/', $_POST['email'])){
		$_POST['mensaje']  ="Debe ingresar un mail válido.";
		bodyRecharge();
		exit();
	}elseif ($_POST['comentario']  == ""){
		$_POST['mensaje'] = "Debe ingresar su comentario.";
		bodyRecharge();
		exit();
	}

	MandarMail();
	
	bodyRecharge();
	
	$_POST['mensaje'] ="";
}else{
	body();
}

function body()
{
echo "<!DOCTYPE html>
<!--[if lt IE 7 ]><html class='ie ie6' lang='en'> <![endif]-->
<!--[if IE 7 ]><html class='ie ie7' lang='en'> <![endif]-->
<!--[if IE 8 ]><html class='ie ie8' lang='en'> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang='en'> <!--<![endif]--><head>

	<!-- Basic Page Needs
  ================================================== -->
	<meta charset='utf-8'>
	<title>Syswarp</title>
	<meta name='Keywords' content='Linux,migracion a linux,linux argentina,migracion linux argentina,open source,linux open source,postgres argentina,postgres,soporte linux,soporte linux argentina,soporte postgres,soporte postgres argentina,soporte pgsql,soporte pgsql argentina,soporte open source argentina,desarrollo postgres,desarrollo pgsql,desarrollo pgsql,migracion a postgres,migracion de bases de datos,desarrollo ERP java,desarrollo ERP j2EE,desarrollo java aplicaciones moviles,desarrollo java aplicaciones desktop,desarrollo J2EE aplicaciones moviles,desarrollo J2EE aplicaciones,desarrollo aplicaciones,syswarp outsourcing argentina,syswarp outsourcing informatica,syswarp outsourcing tecnologia informatica,outsourcing tecnologia informatica,tecnologia informatica,soporte tecnico outsourcing,soporte tecnico,soporte bases de datos,migracion bases de datos,servidores Web,Servidores Mail,Servidores de aplicaciones J2EE,Servidores Linux,Linux escritorio,Redes linux,Redes Windows,Migracion Windows a Linux,java multiple capas, facturacion electronica,afip, factura electronica, FCE,fce, AFIP' />  

	<!-- Mobile Specific Metas
  ================================================== -->
	<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1'>

	<!-- CSS
  ================================================== -->
	<link rel='stylesheet' href='stylesheets/base.css'>
	<link rel='stylesheet' href='stylesheets/skeleton.css'>
	<link rel='stylesheet' href='stylesheets/layout.css'>
	<link rel='stylesheet' id='superfish-css'  href='stylesheets/superfish.css' type='text/css' media='all' /> 
    <link rel='stylesheet' id='custom-buttons-css'  href='stylesheets/buttons.css' type='text/css' media='all' />
    <link rel='stylesheet' href='stylesheets/styles.css' />
	<link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>

	<!--[if lt IE 9]>
		<script src='http://html5shim.googlecode.com/svn/trunk/html5.js'></script>
	<![endif]-->

	<!-- Favicons
	================================================== -->
	<link rel='shortcut icon' href='images/favicon.ico'>
	<link rel='apple-touch-icon' href='images/apple-touch-icon.png'>
	<link rel='apple-touch-icon' sizes='72x72' href='images/apple-touch-icon-72x72.png'>
	<link rel='apple-touch-icon' sizes='114x114' href='images/apple-touch-icon-114x114.png'>
	<link rel='stylesheet' id='nivo-slider-css'  href='stylesheet/nivoslider.css' type='text/css' media='all' />
    <link rel='stylesheet' id='jcarousel-css'  href='stylesheet/jcarousel.css' type='text/css' media='all' />
    <link rel='stylesheet' id='flexslider-css'  href='stylesheets/flexslider.css' type='text/css' media='all' />
    <script type='text/javascript' src='js/nivoslider.js?ver=3.9.5'></script> <script type='text/javascript' src='js/jcarousel.js?ver=3.9.5'></script> <script type='text/javascript' src='js/init.js?ver=3.9.5'></script>
		<script src='js/jquery-1.9.1.min.js'></script>
		<script src='js/hoverIntent.js'></script>
		<script src='js/superfish.js'></script>
		<script src='js/responsive-nav.js'></script>
		<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-57109216-1', 'auto');
  ga('send', 'pageview');

</script>

		<script>

		(function($){ //create closure so we can safely use $ as alias for jQuery

			$(document).ready(function(){

				// initialise plugin
				var example = $('#example').superfish({
					//add options here if required
				});

				// buttons to demonstrate Superfish's public methods
				$('.destroy').on('click', function(){
					example.superfish('destroy');
				});

				$('.init').on('click', function(){
					example.superfish();
				});

				$('.open').on('click', function(){
					example.children('li:first').superfish('show');
				});

				$('.close').on('click', function(){
					example.children('li:first').superfish('hide');
				});
			});

		})(jQuery);


		</script>
        <script type='text/javascript' src='js/dynamic.to.top.js'></script>
		
	<script type='text/javascript'>	
	/*-----------------------------------------------------------------------------------*/
	/*	FlexSlider - http://flex.madebymufffin.com/
	/*-----------------------------------------------------------------------------------*/
	
			jQuery('#frontpage_slider').flexslider({
				animation: 'slide',              //Select your animation type (fade/slide)
				slideshow: false,                //Should the slider animate automatically by default? (true/false)
				slideshowSpeed: 2000,           //Set the speed of the slideshow cycling, in milliseconds
				animationDuration: 500,         //Set the speed of animations, in milliseconds
				directionNav: true,             //Create navigation for previous/next navigation? (true/false)
				controlNav: true,               //Create navigation for paging control of each clide? (true/false)
				keyboardNav: true,              //Allow for keyboard navigation using left/right keys (true/false)
				touchSwipe: true,               //Touch swipe gestures for left/right slide navigation (true/false)
				prevText: 'Previous',           //Set the text for the 'previous' directionNav item
				nextText: 'Next',               //Set the text for the 'next' directionNav item
				randomize: false,                //Randomize slide order on page load? (true/false)
				slideToStart: 0,                //The slide that the slider should start on. Array notation (0 = first slide)
				pauseOnAction: true,            //Pause the slideshow when interacting with control elements, highly recommended. (true/false)
				pauseOnHover: false,            //Pause the slideshow when hovering over slider, then resume when no longer hovering (true/false)
				controlsContainer: '.flexslider-container'           //Advanced property: Can declare which container the navigation elements should be appended too. Default container is the flexSlider element. Example use would be '.flexslider-container', '#container', etc. If the given element is not found, the default action will be taken.
			});
			
	</script>

<link href='stylesheets/superfish.css' rel='stylesheet' type='text/css'>
</head>
<body>



	<!-- Primary Page Layout
	================================================== -->

	<!-- Delete everything in this .container and get started on your own site! -->

	<div class='container'>
        <div class='sixteen columns logo'>
            <a href='http://www.syswarp.com' hreflang='es'>
                <img src='images/syswarp.png' alt='Syswarp'/>
            </a>
            <hr class='remove-bottom'/>

        </div>
        <div class='sixteen columns' id='menu'>
            <div class='sixteen columns  alpha navigation'>
            
            <!-- Default Superfish Nav (add/remove 'light' class to toggle visual styling) -->
            <ul class='sf-menu offset-by-one' id='menu-primary-menu'>
                	<li>
                		<a href='que-hacemos.html'>¿Qué hacemos?</a>
                       <ul>
                            <li><a href='desarrollos.html'>Desarrollos</a></li>
                            <li><a href='soporte.html'>Soporte Técnico</a></li>
                            <li><a href='sqa.html'>Software Quality Assurance</a></li>
                            <li><a href='servicios.html'>Telefonía IP</a></li>
							<li><a href='bdamin.html'>Administración de Bases de datos</a></li>
                            <li><a href='postgrestraining.html'>PostgreSQL 24x7 & Training</a>
                            	<ul>
                                <li><a href='postgrestraining.html#soporte'> Soporte en SQL</a></li>
                                <li><a href='postgrestraining.html#practico'> SQL Práctico</a></li>
                                <li><a href='postgrestraining.html#adminbd'> Administración de Base de Datos</a></li>
                                <li><a href='postgrestraining.html#inmersion'> Inmersión en PostgreSQL</a></li>
                                <li><a href='postgrestraining.html#particiones'> Particiones y Almancenamiento PostgreSQL</a></li>
                                </ul>
                            </li>
							<li><a href='dsn.html'>Diseño gráfico</a></li>
                        </ul>
                    </li>
                    <li>
                       <a href='rrhh.html'>RRHH</a>
                    </li>
                    <li>
                        <a href='soluciones-bpa.html'>Soluciones</a>
                        <ul>
                        	<li><a href='soluciones-bpa.html'>Soluciones BPA</a></li>
                            <li><a href='soluciones-software.html'>Soluciones de Software</a></li>
                            <li><a href='soluciones-seguridad.html'>Soluciones de Seguridad</a></li>
                        </ul>
                    </li>
                    <li>
                        <a href='deltaerp.html'>Delta ERP</a>
						<ul>
                        	<li><a href='factura-electronica.html'>Facturación electrónica</a></li>
							<li><a href='puntos-vtas.html'>Puntos de venta POS</a></li>
							<li><a href='tracking.html'>SW Tracking</a></li>
                        </ul>
                    </li>
					<li>
                        <a href='hostingcorporativo.html'>Hosting</a>
                    </li>
                    <li>
                         <a href='nuestros-clientes.html'>Nuestros clientes</a>

                    </li>
                    <li>
                        <a href='interaccion.php'>Contacto</a>
                    </li>    
            </ul>
            <!-- /End Default Superfish Nav-->

            <!-- Responsive Nav - Displays when screen gets small enough -->
             <form id='responsive-nav'>
             <div id='nav' class='nav-collapse'>
                   <ul>
                    <li><a href='que-hacemos.html'>¿Qué hacemos?</a></li>
                    <li><a href='rrhh.html'>RRHH</a></li>
                    <li><a href='noticias.html'>Soluciones</a></li>
                    <li><a href='deltaerp.html'>Delta ERP</a></li>
                    <li><a href='nuestros-clientes.html'>Nuestros clientes</a></li>
                    <li><a href='interaccion.php'>Contacto</a></li>
                  </ul>
                </div>
            </form>
            <hr class='remove-bottom'/>

            </div>	
        </div>
		<div class='sixteen columns content'>
			<div class='section'>
				<h1>Contáctenos</h1>
			</div>
		</div>
		<div class='ten columns'>
			<div class='section remove-top remove-bottom'>
				<p><strong>Telefonos: Comercial:0054-011-5272-4650 / Soporte y atencion al cliente 0054-011-5272-4651</strong><br /></p>
				<p><strong>Email:</strong><br />at.cliente[at]syswarp.com.ar</p>
				<form action='http://www.syswarp.com/interaccion.php' id='contactForm' method='post'>
            		<div class='row'>
						<div class='five columns alpha'>
							<div>
									Nombre:
									<input type='text' name='nombre' id='nombre' value=''  class='required requiredField' />
							</div>
							<div>
									Email:
									<input type='text' name='email' id='email' value=''  class='required requiredField email' />
							</div>
						</div>
          				<div class='five columns alpha'>
							<div>
									Website:
									<input type='text' name='website' id='website' value=''  class='required requiredField website' />
							</div>
							<div>
									Comentario:
									<textarea name='comentario' id='comentario'></textarea>
							</div>
							<div class='five columns alpha'>
					             <input name='submit' type='submit' value='Enviar' />
					      	</div>
						</div>
					</div>
				</form>
			</div>
		</div>
	</div>
   
</div>
     <div class='super-container full-width' id='section-sub-footer'>
    	<div class='container'>
            <div class='sixteen columns'> 
            	<span class='copyright'>Oficina corporativa:<p>Perú 359 <br> Oficina 1107 <br>Tel/Fax:  0054-011-6841-0221 / 0054-011-6841-0225 <br>E-mail: <a href='mailto:at.cliente@syswarp.com.ar'>at.cliente@syswarp.com.ar</a></p>
				 </span>
              <span class='copyright'>Miembros de: 
              	<p><a href='http://www.cessi.org.ar'><img class='img_grayscale' src='images/cessi.jpg' alt='Cessi' width='120' height='120'></a></p>
              </span>
                
            </div>
        </div>
    </div>
<!-- container -->


<!-- End Document
================================================== -->
<!-- Put this right before the </body> closing tag -->
    <script>
      var navigation = responsiveNav('#nav');
    </script>
<!-- End Document->
</body>
</html>";
}
function bodyRecharge()
{
echo "<!DOCTYPE html>
<!--[if lt IE 7 ]><html class='ie ie6' lang='en'> <![endif]-->
<!--[if IE 7 ]><html class='ie ie7' lang='en'> <![endif]-->
<!--[if IE 8 ]><html class='ie ie8' lang='en'> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang='en'> <!--<![endif]--><head>

	<!-- Basic Page Needs
  ================================================== -->
	<meta charset='utf-8'>
	<title>Syswarp</title>
		<meta name='Keywords' content='Linux,migracion a linux,linux argentina,migracion linux argentina,open source,linux open source,postgres argentina,postgres,soporte linux,soporte linux argentina,soporte postgres,soporte postgres argentina,soporte pgsql,soporte pgsql argentina,soporte open source argentina,desarrollo postgres,desarrollo pgsql,desarrollo pgsql,migracion a postgres,migracion de bases de datos,desarrollo ERP java,desarrollo ERP j2EE,desarrollo java aplicaciones moviles,desarrollo java aplicaciones desktop,desarrollo J2EE aplicaciones moviles,desarrollo J2EE aplicaciones,desarrollo aplicaciones,syswarp outsourcing argentina,syswarp outsourcing informatica,syswarp outsourcing tecnologia informatica,outsourcing tecnologia informatica,tecnologia informatica,soporte tecnico outsourcing,soporte tecnico,soporte bases de datos,migracion bases de datos,servidores Web,Servidores Mail,Servidores de aplicaciones J2EE,Servidores Linux,Linux escritorio,Redes linux,Redes Windows,Migracion Windows a Linux,java multiple capas, facturacion electronica,afip, factura electronica, FCE,fce, AFIP' /> 

	<!-- Mobile Specific Metas
  ================================================== -->
	<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1'>

	<!-- CSS
  ================================================== -->
	<link rel='stylesheet' href='stylesheets/base.css'>
	<link rel='stylesheet' href='stylesheets/skeleton.css'>
	<link rel='stylesheet' href='stylesheets/layout.css'>
	<link rel='stylesheet' id='superfish-css'  href='stylesheets/superfish.css' type='text/css' media='all' /> 
    <link rel='stylesheet' id='custom-buttons-css'  href='stylesheets/buttons.css' type='text/css' media='all' />
    <link rel='stylesheet' href='stylesheets/styles.css' />
	<link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>

	<!--[if lt IE 9]>
		<script src='http://html5shim.googlecode.com/svn/trunk/html5.js'></script>
	<![endif]-->

	<!-- Favicons
	================================================== -->
	<link rel='shortcut icon' href='images/favicon.ico'>
	<link rel='apple-touch-icon' href='images/apple-touch-icon.png'>
	<link rel='apple-touch-icon' sizes='72x72' href='images/apple-touch-icon-72x72.png'>
	<link rel='apple-touch-icon' sizes='114x114' href='images/apple-touch-icon-114x114.png'>
	<link rel='stylesheet' id='nivo-slider-css'  href='stylesheet/nivoslider.css' type='text/css' media='all' />
    <link rel='stylesheet' id='jcarousel-css'  href='stylesheet/jcarousel.css' type='text/css' media='all' />
    <link rel='stylesheet' id='flexslider-css'  href='stylesheets/flexslider.css' type='text/css' media='all' />
    <script type='text/javascript' src='js/nivoslider.js?ver=3.9.5'></script> <script type='text/javascript' src='js/jcarousel.js?ver=3.9.5'></script> <script type='text/javascript' src='js/init.js?ver=3.9.5'></script>
		<script src='js/jquery-1.9.1.min.js'></script>
		<script src='js/hoverIntent.js'></script>
 		<script src='js/responsive-nav.js'></script>
		<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-57109216-1', 'auto');
  ga('send', 'pageview');

</script>

		<script src='js/superfish.js'></script>
		<script>

		(function($){ //create closure so we can safely use $ as alias for jQuery

			$(document).ready(function(){

				// initialise plugin
				var example = $('#example').superfish({
					//add options here if required
				});

				// buttons to demonstrate Superfish's public methods
				$('.destroy').on('click', function(){
					example.superfish('destroy');
				});

				$('.init').on('click', function(){
					example.superfish();
				});

				$('.open').on('click', function(){
					example.children('li:first').superfish('show');
				});

				$('.close').on('click', function(){
					example.children('li:first').superfish('hide');
				});
			});

		})(jQuery);


		</script>
        <script type='text/javascript' src='js/dynamic.to.top.js'></script>
		
	<script type='text/javascript'>	
	/*-----------------------------------------------------------------------------------*/
	/*	FlexSlider - http://flex.madebymufffin.com/
	/*-----------------------------------------------------------------------------------*/
	
			jQuery('#frontpage_slider').flexslider({
				animation: 'slide',              //Select your animation type (fade/slide)
				slideshow: false,                //Should the slider animate automatically by default? (true/false)
				slideshowSpeed: 2000,           //Set the speed of the slideshow cycling, in milliseconds
				animationDuration: 500,         //Set the speed of animations, in milliseconds
				directionNav: true,             //Create navigation for previous/next navigation? (true/false)
				controlNav: true,               //Create navigation for paging control of each clide? (true/false)
				keyboardNav: true,              //Allow for keyboard navigation using left/right keys (true/false)
				touchSwipe: true,               //Touch swipe gestures for left/right slide navigation (true/false)
				prevText: 'Previous',           //Set the text for the 'previous' directionNav item
				nextText: 'Next',               //Set the text for the 'next' directionNav item
				randomize: false,                //Randomize slide order on page load? (true/false)
				slideToStart: 0,                //The slide that the slider should start on. Array notation (0 = first slide)
				pauseOnAction: true,            //Pause the slideshow when interacting with control elements, highly recommended. (true/false)
				pauseOnHover: false,            //Pause the slideshow when hovering over slider, then resume when no longer hovering (true/false)
				controlsContainer: '.flexslider-container'           //Advanced property: Can declare which container the navigation elements should be appended too. Default container is the flexSlider element. Example use would be '.flexslider-container', '#container', etc. If the given element is not found, the default action will be taken.
			});
			
	</script>

<link href='stylesheets/superfish.css' rel='stylesheet' type='text/css'>
</head>
<body>



	<!-- Primary Page Layout
	================================================== -->

	<!-- Delete everything in this .container and get started on your own site! -->

	<div class='container'>
        <div class='sixteen columns logo'>
            <a href='http://www.syswarp.com' hreflang='es'>
                <img src='images/syswarp.png' alt='Syswarp'/>
            </a>
            <hr class='remove-bottom'/>

        </div>
        <div class='sixteen columns' id='menu'>
            <div class='sixteen columns  alpha navigation'>
            
            <!-- Default Superfish Nav (add/remove 'light' class to toggle visual styling) -->
            <ul class='sf-menu offset-by-one' id='menu-primary-menu'>
                	<li>
                		<a href='que-hacemos.html'>¿Qué hacemos?</a>
                       <ul>
                            <li><a href='desarrollos.html'>Desarrollos</a></li>
                            <li><a href='soporte.html'>Soporte Técnico</a></li>
                            <li><a href='sqa.html'>Software Quality Assurance</a></li>
                            <li><a href='servicios.html'>Telefonía IP</a></li>
							<li><a href='bdamin.html'>Administración de Bases de datos</a></li>
                            <li><a href='postgrestraining.html'>PostgreSQL 24x7 & Training</a>
                            	<ul>
                                <li><a href='postgrestraining.html#soporte'> Soporte en SQL</a></li>
                                <li><a href='postgrestraining.html#practico'> SQL Práctico</a></li>
                                <li><a href='postgrestraining.html#adminbd'> Administración de Base de Datos</a></li>
                                <li><a href='postgrestraining.html#inmersion'> Inmersión en PostgreSQL</a></li>
                                <li><a href='postgrestraining.html#particiones'> Particiones y Almancenamiento PostgreSQL</a></li>
                                </ul>
							</li>
							<li><a href='dsn.html'>Diseño gráfico</a></li>
                        </ul>
                    </li>
                    <li>
                       <a href='rrhh.html'>RRHH</a>
                    </li>
                    <li>
                         <a href='soluciones-bpa.html'>Soluciones</a>
                        <ul>
                        	<li><a href='soluciones-bpa.html'>Soluciones BPA</a></li>
                            <li><a href='soluciones-software.html'>Soluciones de Software</a></li>
                            <li><a href='soluciones-seguridad.html'>Soluciones de Seguridad</a></li>
                        </ul>
                    </li>
                    <li>
                        <a href='deltaerp.html'>Delta ERP</a>
						<ul>
                        	<li><a href='factura-electronica.html'>Facturación electrónica</a></li>
							<li><a href='puntos-vtas.html'>Puntos de venta POS</a></li>
							<li><a href='tracking.html'>SW Tracking</a></li>
                        </ul>
                    </li>
					<li>
                        <a href='hostingcorporativo.html'>Hosting</a>
					</li>
                    <li>
                         <a href='nuestros-clientes.html'>Nuestros clientes</a>

                    </li>
                    <li>
                        <a href='interaccion.php'>Contacto</a>
                    </li>    
            </ul>
            <!-- /End Default Superfish Nav-->

            <!-- Responsive Nav - Displays when screen gets small enough -->
             <form id='responsive-nav'>
             <div id='nav' class='nav-collapse'>
                   <ul>
                    <li><a href='que-hacemos.html'>¿Qué hacemos?</a></li>
                    <li><a href='rrhh.html'>RRHH</a></li>
                    <li><a href='noticias.html'>Soluciones</a></li>
                    <li><a href='deltaerp.html'>Delta ERP</a></li>
					<li><a href='hostingcorporativo.html'>Delta ERP</a></li>
                    <li><a href='nuestros-clientes.html'>Nuestros clientes</a></li>
                    <li><a href='interaccion.php'>Contacto</a></li>
                  </ul>
                </div>
            </form>
            <!-- /End Default Superfish Nav-->
            <hr class='remove-bottom'/>

            </div>	
        </div>
		<div class='sixteen columns content'>
			<div class='section'>
				<h1>Contáctenos</h1>
			</div>
		</div>
		<div class='ten columns'>
			<div class='section remove-top remove-bottom'>
				<p><strong>Teléfono:</strong><br />6841-0221</p>
				<p><strong>Email:</strong><br />at.cliente[at]syswarp.com.ar</p>
				<form action='http://www.syswarp.com/interaccion.php' id='contactForm' method='post'>
					<div class='row'>
						<div>
								" . $_POST['mensaje'] ."
						</div>	
					</div>
					<hr>
            		<div class='row'>
						<div class='five columns alpha'>
							
							<div>
									Nombre:
									<input type='text' name='nombre' id='nombre' value='".$_POST['nombre']."' class='required requiredField' />
							</div>
							<div>
									Email:
									<input type='text' name='email' id='email' value='".$_POST['email']."'   />
							</div>
							</div>
							<div class='five columns alpha'>
							<div>
									Website:
									<input type='text' name='website' id='website'  value='".$_POST['website']."' />
							</div>
							
							<div>
									Comentario:
									<textarea name='comentario' id='comentario'>".$_POST['comentario']."</textarea>
							</div>
							
							<div class='five columns alpha'>
					             <input name='submit' type='submit' value='Enviar' />
								
							</div>
							
						</div>
					</div>
				</form>
			</div>
		</div>
	
				</div>
	    	</div>
        </div>
	</div>
   
</div>
     <div class='super-container full-width' id='section-sub-footer'>
    	<div class='container'>
            <div class='sixteen columns'> 
        	            	<span class='copyright'>Oficina corporativa:<p>Perú 359 <br> Oficina 1107 <br>Tel/Fax:  0054-011-6841-0221 / 0054-011-6841-0225 <br>E-mail: <a href='mailto:at.cliente@syswarp.com.ar'>at.cliente@syswarp.com.ar</a></p></span>
<span class='copyright'>Miembros de: 
              	<p><a href='http://www.cessi.org.ar'><img class='img_grayscale' src='images/cessi.jpg' alt='Cessi' width='120' height='120'></a></p>
              </span>
               
            </div>
        </div>
    </div>
<!-- container -->


<!-- End Document
================================================== -->
<!-- Put this right before the </body> closing tag -->
    <script>
      var navigation = responsiveNav('#nav');
    </script>
<!-- End Document->
</body>
</html>";
}

function MandarMail()
{
	include_once('class.phpmailer.php');
	$mail             = new PHPMailer();
	$body			  ="<h1><u>Syswarp</u></h1>\n";
	$body			  .="<h2>Datos personales</h2>\n";
	//<p><b>$label:</b> $valor</p>\n
	$body             .= "<p><b>Nombre y Apellido: </b>" . $_POST['nombre'] . "</p>\n"
		 				. "<p><b>Email: </b>" . $_POST['email'] . "</p>\n" 
						. "<p><b>Website:</b> " . $_POST['website'] . "</p>\n" 
						. "<p><b>Mensaje: </b>" . $_POST['comentario'];
	//----------------->no borrar la linea de abajo 
	$body             = preg_replace("/[\\\\]/i",'',$body);
	//<-------------------------------------------
	$mail->IsSMTP(); // telling the class to use SMTP
	$mail->SMTPAuth   = false;
	//$mail->SMTPSecure = 'ssl';
	$mail->Host       = "localhost"; // SMTP server
	$mail->Port		  = 25;
	$mail->Username   = "at.cliente@syswarp.com.ar";
	$mail->Password   = "";
	$mail->From       = $_POST['email'];
	$mail->FromName   = $_POST['nombre'];
	$mail->Subject    = "Contacto via pagina web.";
	$mail->SMTPDebug  = 1;
	$mail->MsgHTML($body);
	$mail->AddAddress("at.cliente@syswarp.com.ar", "Syswarp");
	if(!$mail->Send()) {
		echo "Mailer Error: " . $mail->ErrorInfo;
		$_POST['mensaje']  = "Ha ocurrido un error durante el envío. Reintente en 2 minutos.";
	} else {
		$_POST['mensaje']  = "Se ha enviado su consulta, nos contactaremos a la brevedad."; 
	}
}

?>

