<!-- my js -->

function inquiry()
    {  
var OpenWindow=window.open("", "inqwin", "height=500,width=450");
OpenWindow.document.write("<HTML>")
OpenWindow.document.write("<TITLE>Ville Tre Archi Inquiry</TITLE>")
OpenWindow.document.write("<BODY bgcolor='C4C4C4'>")
OpenWindow.document.write("<FONT style='color:444444; font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt'>")
OpenWindow.document.write("<form method='post' action='http://villatrearchi.com/cgi-bin/freddy.cgi'>")
OpenWindow.document.write("<P><b>Contact Us</b><br>")
OpenWindow.document.write("<div align='right'><font color=black size='-1'>* required</font></div>")

OpenWindow.document.write("<P>Your name:<font color=black>*</font><br>") 
OpenWindow.document.write("<INPUT NAME='yourname' Size=50 Type='text'><br><br>")

OpenWindow.document.write("<P>Your email address:<font color=black>*</font><br>") 
OpenWindow.document.write("<INPUT NAME='email' Size=50 Type='text'><br><br>")

OpenWindow.document.write("<P>Please write your message below:<font color=black>*</font><br>")
OpenWindow.document.write("<TEXTAREA NAME='message' ROWS=7 COLS=50></TEXTAREA><br><br>")

OpenWindow.document.write("<P align='center'>")
OpenWindow.document.write("<INPUT TYPE='submit' Value='Send'>&nbsp;&nbsp;")
OpenWindow.document.write("<INPUT TYPE='reset' Value='Clear'><br><br></p>")
OpenWindow.document.write("<font size='-1'>")
OpenWindow.document.write("<P>Thanks for your inquiry.<br>")
OpenWindow.document.write("You will receive a response from us soon.</p>")
OpenWindow.document.write("<a href='' onClick='self.close()'>Close Window</a> </font>")

OpenWindow.document.write("<INPUT TYPE='hidden' NAME='to' VALUE='info@villatrearchi.com'>")
OpenWindow.document.write("<INPUT TYPE='hidden' NAME='subject' VALUE='Villa Tre Archi (general inquiry)'>")
OpenWindow.document.write("<INPUT TYPE='hidden' NAME='require' VALUE='yourname,email,message'>")
OpenWindow.document.write("<INPUT TYPE='hidden' NAME='sendpage' VALUE='http://villatrearchi.com/thanks.htm'>")

OpenWindow.document.write("</FORM>")
OpenWindow.document.write("</FONT>")
OpenWindow.document.write("</HTML>")
    }

function efriend()
    {  
var OpenWindow=window.open("", "efriendwin", "height=500,width=450");
OpenWindow.document.write("<HTML>")
OpenWindow.document.write("<TITLE>VillaTreArchi.com - Luxury Vacation Rental</TITLE>")
OpenWindow.document.write("<BODY bgcolor='C4C4C4'>")
OpenWindow.document.write("<FONT style='color:444444; font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt'>")
OpenWindow.document.write("<form method='post' action='http://villatrearchi.com/cgi-bin/freddy.cgi'>")
OpenWindow.document.write("<P><b>Tell a friend about Villa Tre Archi</b><br>")
OpenWindow.document.write("<div align='right'><font color=black size='-1'>* required</font></div>")

OpenWindow.document.write("<P>Your name:<font color=black>*</font><br>") 
OpenWindow.document.write("<INPUT NAME='yourname' Size=50 Type='text'><br><br>")

OpenWindow.document.write("<P>Your email address:<font color=black>*</font><br>") 
OpenWindow.document.write("<INPUT NAME='email' Size=50 Type='text'><br><br>")

OpenWindow.document.write("<P>Your friend's email address:<font color=black>*</font><br>") 
OpenWindow.document.write("<INPUT NAME='to' Size=50 Type='text'><br><br>")

OpenWindow.document.write("<P>Please write your message below:<br>")
OpenWindow.document.write("<TEXTAREA NAME='message' ROWS=7 COLS=50></TEXTAREA><br><br>")

OpenWindow.document.write("<P align='center'>")
OpenWindow.document.write("<INPUT TYPE='submit' Value='Send'>&nbsp;&nbsp;")
OpenWindow.document.write("<INPUT TYPE='reset' Value='Clear'><br><br>")
OpenWindow.document.write("<font size='-1'>")
OpenWindow.document.write("<a href='' onClick='self.close()'>Close Window</a> </font></p>")


OpenWindow.document.write("<INPUT TYPE='hidden' NAME='subject' VALUE='Villa Tre Archi'>")
OpenWindow.document.write("<INPUT TYPE='hidden' NAME='require' VALUE='yourname,email,to'>")
OpenWindow.document.write("<INPUT TYPE='hidden' NAME='message' value='Villa Tre Archi:  Luxury Villa in Italy. Sleeps 10 in 5 bedroom suites all with private bathrooms and air conditioning. Large swimming pool and spectacular panoramic views. Additional accommodations for 4 people in guest cottages.  Located minutes from Perugia in the beautiful green hills of Umbria. For information, please see web site: http://www.villatrearchi.com'>")

OpenWindow.document.write("<INPUT TYPE='hidden' NAME='sendpage' VALUE='http://www.villatrearchi.com/thanks.htm'>")

OpenWindow.document.write("</FORM>")
OpenWindow.document.write("</FONT>")
OpenWindow.document.write("</HTML>")
    }
 

function lgimgdisplay(file)
    {  
var OpenWindow=window.open("", "lgimgwin", "height=600,width=600");
OpenWindow.document.write("<HTML>")
OpenWindow.document.write("<TITLE>Villa Tre Archi, photos</TITLE>")
OpenWindow.document.write("<BODY bgcolor='black' alink='silver' vlink='silver'>")
OpenWindow.document.write("<P>&nbsp;")
OpenWindow.document.write("<P align='center'><img src='"+file+"'>")
OpenWindow.document.write("<P align='center'>&nbsp;")
OpenWindow.document.write("<font color='white' face='arial' size='-1'>")
OpenWindow.document.write("<a href='' onClick='self.close()'>Close</a> </font></p>")
OpenWindow.document.write("</BODY>")
OpenWindow.document.write("</HTML>")
    }
