<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="it">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!--Compatibilità con IE 7 e 8-->
<meta http-equiv="X-UA-Compatible" content="IE=8" />
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<title>Contatti - Solution Pony Express</title>
<meta name="description" content="corriere  milano, trasporto buste, pacchi, lettere, inviti, articoli di moda, vestiti in milano ed hinterland" />
<meta name="keywords" content="pony-express,servizio pony,servizio pony espresso,trasporto,trasporto documenti,invio,invio documenti,invio pacchi,oggetti,documenti,buste,lettere" />
<meta name="robots" content="index,follow" />
<!--[if IE 9]>
<link rel="stylesheet" type="text/css" href="css/IE9.css" />
<![endif]-->
<link rel="stylesheet" type="text/css" href="css/IE9.css" />
<link href="css/reset.css" rel="stylesheet" type="text/css" />
<link href="css/style3.css" rel="stylesheet" type="text/css" />
<!--<link href="css/OBIV_form.css" rel="stylesheet" type="text/css" />-->
<link href="css/contatti3.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.1.js"></script>
<script type="text/javascript" src="js/validator.js"></script>
<script type="text/javascript">
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-33774761-1']);
  _gaq.push(['_trackPageview']);
  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
</script>
<!--[if IE]>
<style type="text/css">
  body {word-wrap: break-word;}
</style>
<![endif]--> 
<!--[if IE]>
<script type="text/javascript" src="js/curvycorners.js" ></script>
<script type="text/javascript">
 
addEvent(window, 'load', initCorners);
 
function initCorners() {
    var settings = {
        tl: { radius: 10 },
        tr: { radius: 10 },
        bl: { radius: 10 },
        br: { radius: 10 },
        antiAlias: false
    }
     
    curvyCorners(settings, "#contenitore");
}
 
</script>
<![endif]-->
</head>
<body>
<div id="alto_dx">
<!-- Inizio codice ilMeteo.it -->
<iframe width="200" height="147" scrolling="no" frameborder="0" src="http://www.ilmeteo.it/box/previsioni.php?citta=4074&type=real1&width=200&ico=3&lang=ita&days=6&font=Lucida Grande&fontsize=13&bg=FFFFFF&fg=000000&bgtitle=0099FF&fgtitle=FFFFFF&bgtab=F0F0F0&fglink=1773C2"></iframe>
<!-- Fine codice ilMeteo.it -->
</div>
<div id="contenitore">
  <div id="contenitore2">
    <div id="testata1" style="float:left"><img src="Immagini/logo.GIF" alt="" class="imgleft" /></div>
    <div id="testata2" style="float:left">
      <h1 class="testata2">Solution</h1>
      <br />
      <br />
      <p class="testata2">Recapito Documenti Urgenti Milano e hinterland</p>
    </div>
    <div id="testata3" style="float:right"><img src="Immagini/Since.GIF" alt="" class="imgright" /></div>
    <div style="clear:left"></div>
    <div id="menu">
      <ul>
        <li><a href="Index.html">Home</a></li>
        <li><a href="Chi%20siamo.html">Chi Siamo</a></li>
        <li><a href="Servizi.html">Servizi</a></li>
        <li class="last"><a href="Contatti.php">Contatti</a></li>
      </ul>
    </div>
    <div id="contenuto" style="clear:both">
      <p class="testo">Se è interessato a i nostri servizi puoi chiamarci direttamente a i seguenti numeri</p>
      <br />
      <ul>
        <li>Cell - 335 6380897</li>
        <li>Cell - 335 8190289</li>
        <li>Cell - 335 8384889</li>
      </ul>
      <br />
      <p class="testo">Mandarci un fax al numero 02 - 93882667 oppure compilare la richiesta qui sotto. Riceveremo immediatamente la sua richiesta e le risponderemo nel più breve tempo possibile con un'offerta adatta per lei.</p>
      <br />
      <br />
      <div class="pre_form">
        <h3>Scrivici</h3>
        <!-- Form di contatto -->
        <?php
if(isset($_GET['status'])) {$status = $_GET['status'];} else { $status = "";}
	if ($status == 'Fo'){
	echo "<br /><p class='error'>Inserisci il tuo nome.</p>";
	form();
	} elseif ($status == 'Fn'){
	echo "<br /><p class='error'>Devi compilare tutti i campi.</p>";
	form();
	} elseif ($status == 'Fm'){
	echo "<br /><p class='error'>L'Email non è valida!</p>";
	form();
	} elseif ($status == 'F'){
	echo "<br /><p class='error'>Si è verificato un errore nell' invio. Riprova più tardi.</p>";
	form();
	} elseif ($status == 'Ft'){
	echo "<br /><p class='error'>Mi scriva ciò che ha bisogno.";
	form();
	} elseif ($status == 'T'){
	echo "<html><head><title></title></head><body>";
	echo '<meta http-equiv="refresh" content="5;url=index.html">';
	echo "<br /><p class='sendOk'>Grazie, il messaggio è stato inviato.<br /> Ti risponderemo al più presto</p>";
	echo "</body></html>";
	} else {
	form();
	}
	function form() {                    
echo'		<form method="post" name="form" id="form" action="processor2.php"><br />';
echo'		<label for="name">Nome</label><input name="nome" type="text" class="testo_nome" value="" /><br />';
echo'		<label for="azienda">Azienda</label><input name="azienda" type="text" value="" /><br />';
echo'		<label for="mail">E-Mail</label><input name="mittente" type="text" value="" /><br />';
echo'		<label for="messagge">Messaggio</label><textarea name="messaggio" cols="50" rows="10" type="testo" class="testo_messaggio" value=""></textarea><br />';
echo'		<label for="button"></label><input type="submit" name="button" id="fbutton" value="Invia" onclick="return thisform(this.form)"/><br />';
echo'		</form><br /';
}
?>
      </div>
    </div>
    <div class="pushfooter"></div>
  </div>
</div>
<div class="footer"><p style="margin-top: 10px;"><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a></p>
<p>Il sito è ottimizzato per una risoluzione 1024x768. Consigliamo di utilizzare <a href="http://www.mozilla.org/it/firefox/fx/" rel="external">Firefox</a> o <a href="https://www.google.com/chrome/index.html?hl=it?hl=it?hl=it" rel="external">Google Chrome</a> oppure <a href="http://www.opera.com/download/get.pl?id=34771&thanks=true&sub=true?id=34771&thanks=true&sub=true?id=34771&thanks=true&sub=true" rel="external">Opera</a> per una resa perfetta</p><br /><p>Copyright - Tutti i diritti sono riservati. Solution Pony Expess di Emad Metwaly - <a href="mailto:info@solution-pony-express.com">Email</a></p></div>
</body>
</html>