
<!--

/*
** Damadomu's Mind HTML Editor 2008
*/

var MitWindow;
var w_height  = 0;
var w_width   = 0;
var o_height  = 760;
var o_width   = 200;
var o_left    = 100;
var o_top     = 100;
var ditta     = ("murianni" + "." + "infotech");
var provider  = ("@" + "gmail" + "." + "com");
var soggetto  = ("?" + "Subject=Information Request");
var emailaddr = (ditta + provider);
var email     = (emailaddr + soggetto);

o_width = (screen.width > 100) ? screen.width: o_width;

o_height = (screen.height > 100) ? screen.height: o_height;

if ( window.opera )
{
o_left = (o_width / 2);
o_top = (o_height / 2);
}

function CreaFinestra1() { alert ("Per mille sorci verdi..."); }

function CreaFinestra()
{
var p_width = 760;
var p_height = 200;


if ((!MitWindow) || MitWindow.closed)
{
wopts = ("toolbar=no, location=no, directories=no, status=no, menubar=no, resizable=yes, copyhistory=no, scrollbars=no, width=" + p_width + ", height=" + p_height + ", left=" + o_left + ", top=" + o_top);

MitWindow = window.open ('', '_new', wopts);
w_height = p_width;
w_width = p_height;
}

if ((w_height!= p_height) || (w_width!= p_width))
{
MitWindow.resizeTo (p_width, p_height);
MitWindow.innerWidth = p_width;
MitWindow.innerHeight = p_height;
}

MitWindow.document.clear();
MitWindow.focus();

/* { ***********************************
MitWindow.document.write ("<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'>");
** } **********************************/
MitWindow.document.write ("<html>");
MitWindow.document.write ("<head>");
MitWindow.document.write ("<meta name='description' content='Murianni Infotech di Dario Murianni'>");
MitWindow.document.write ("<meta name='keywords'");
MitWindow.document.write ("content='creazione,disegno,pagine,siti,home,page,sistemista,assistenza,computer,privati,ditte,aziende,linux,windows,ivrea'>");
MitWindow.document.write ("<meta http-equiv='Content-Type' content='text/html; charset=windows-1252; iso-8859-1; utf-8'>");
MitWindow.document.write ("<meta name='GENERATOR' content='Muriannni.Infotech HTML Editor 2008'>");
MitWindow.document.write ("<meta name='FORMATTER' content='Muriannni.Infotech HTML Editor 2008'>");
MitWindow.document.write ("<meta name='ProgId' content='Muriannni.Infotech.Editor.Document'>");
MitWindow.document.write ("<meta name='Copyright' content='Murianni Infotech'>");

MitWindow.document.write (" <style type=text/css> body                { text-align: center; color: #000000; background: #000000; } a:active.Developed  { font-family: Arial, Verdana; font-size: 20px; color: #ff0000; text-decoration: none; } a:link.Developed    { font-family: Arial, Verdana; font-size: 20px; color: #00a6eb; text-decoration: none; } a:visited.Developed { font-family: Arial, Verdana; font-size: 20px; color: #00a6eb; text-decoration: none; } a:hover.Developed   { font-family: Arial, Verdana; font-size: 20px; color: #ff0000; text-decoration: none; } .TestoDeveloped     { font-family: Arial, Verdana; font-size: 20px; color: #00a6eb; text-decoration: none; } </style> ");

MitWindow.document.write ("<base target='_self'>");
MitWindow.document.write ("<title>");
MitWindow.document.write ("&#8226;&#8226;&#8226; Murianni Infotech di Dario Murianni &#8226;&#8226;&#8226;");
MitWindow.document.write ("</title>");
MitWindow.document.write ("</head>");
MitWindow.document.write ("<body>");
MitWindow.document.write ("<div align='center'>");
MitWindow.document.write ("<table style='width: 85%; align: center;' class='TestoDeveloped'>");
MitWindow.document.write ("<tbody>");
MitWindow.document.write ("<tr>");
MitWindow.document.write ("<td colspan='3' style='width: 100%; height: 1px; background-color: rgb(0, 166, 235); white-space: nowrap;'></td>");
MitWindow.document.write ("</tr>");
MitWindow.document.write ("<tr>");
MitWindow.document.write ("<td align='left' style='width: 10%; white-space: nowrap;'>&#8226;&#8226;&#8226;</td>");
MitWindow.document.write ("<td align='center' style='width: 80%; white-space: nowrap;'>Sito sviluppato da / Site built by</td>");
MitWindow.document.write ("<td align='right' style='width: 10%; white-space: nowrap;'>&#8226;&#8226;&#8226;</td>");
MitWindow.document.write ("</tr>");
MitWindow.document.write ("<tr>");
MitWindow.document.write ("<td align='left' style='width: 10%; white-space: nowrap;'>&#8226;&#8226;&#8226;</td>");
MitWindow.document.write ("<td align='center' style='width: 80%; white-space: nowrap;'>");
MitWindow.document.write ("Murianni Infotech");
MitWindow.document.write (" (" + emailaddr + ")</td>");
MitWindow.document.write ("<td align='right' style='width: 10%; white-space: nowrap;'>&#8226;&#8226;&#8226;</td>");
MitWindow.document.write ("</tr>");
MitWindow.document.write ("<tr>");
MitWindow.document.write ("<td align='left' style='width: 10%; white-space: nowrap;'>&#8226;&#8226;&#8226;</td>");
MitWindow.document.write ("<td align='center' style='width: 80%; white-space: nowrap;'>");
MitWindow.document.write ("<marquee id=ScrollText scrollAmount=5 scrollDelay=50 direction=LEFT width=85% height=20% border=0 align=center>");
MitWindow.document.write ("<a class='Developed'     href='mailto:" + email + "'     OnClick='self.close()'     onmouseover='ScrollText.stop()'     onmouseout='ScrollText.start()'     alt='Contact Murianni Infotech'     title='Contact Murianni Infotech'>");
MitWindow.document.write ("&#8250;&#8250;&#8250; Fai click qui per mandare una e-mail / Click here to send an e-mail &#8249;&#8249;&#8249;");
MitWindow.document.write ("</a>");
MitWindow.document.write ("</marquee>");
MitWindow.document.write ("</td>");
MitWindow.document.write ("<td align='right' style='width: 10%; white-space: nowrap;'>&#8226;&#8226;&#8226;</td>");
MitWindow.document.write ("</tr>");
MitWindow.document.write ("<tr>");
MitWindow.document.write ("<td colspan='3' style='width: 100%; height: 1px; background-color: rgb(0, 166, 235); white-space: nowrap;'></td>");
MitWindow.document.write ("</tr>");
MitWindow.document.write ("</tbody>");
MitWindow.document.write ("</table>");
MitWindow.document.write ("</div>");
MitWindow.document.write ("</body>");
MitWindow.document.write ("</html>");

MitWindow.document.close();
MitWindow.focus();
} // CreaFinestra()

// Chiamare in <body onUnload="ChiudiPopup()">

function ChiudiPopup()
{
if (MitWindow && (! MitWindow.closed))
{
//alert ("Per mille sorci verdi (Ciao)!!!");
MitWindow.close();
}
}

// -->


