//  dim js
<!-- my js -->

function msgsend()
    {  
var OpenWindow=window.open("", "inqwin", "height=550,width=450");
OpenWindow.document.write("<html>")
OpenWindow.document.write("<title>LeDimoreItaly.com</title>")
OpenWindow.document.write("<body bgcolor='#BDB6B3'>")
OpenWindow.document.write("<font style='color: #5C4F49; font-family: arial, sans-serif; font-size: 10pt'>")
OpenWindow.document.write("<form action='../fred.php' method='post'>")
OpenWindow.document.write("<p><font style='color:#990000; font-size:11pt; font-weight:bold;'> ")
OpenWindow.document.write("Le Dimore Italy - Inquiry</font><br>")
OpenWindow.document.write("<p>Your name:<br>") 
OpenWindow.document.write("<input name='name' Size=50 Type='text'><br>")
OpenWindow.document.write("<p>Your email address:<br>") 
OpenWindow.document.write("<input name='email' Size=50 Type='text'><br>")
OpenWindow.document.write("<i>Please be accurate. If your email address is <br>incorrect, we will be unable to contact you.</i><br>")
OpenWindow.document.write("<p>telephone (include country code):<br>") 
OpenWindow.document.write("<input name='tel' Size=50 Type='text'><br>")
OpenWindow.document.write("<p>Please write your message below:<br>")
OpenWindow.document.write("<TEXTAREA NAME='comments' ROWS=9 COLS=50></TEXTAREA><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></p><br>")
OpenWindow.document.write("<a href='' onClick='self.close()'>Close Window</a><br>")

OpenWindow.document.write("</form>")
OpenWindow.document.write("</font>")
OpenWindow.document.write("</html>")
    }
	
function reqinq()
    {  
var OpenWindow=window.open("", "reqinqwin", "height=660,width=500,menubar=0,scrollbars=1,location=0");
OpenWindow.document.write("<html>")
OpenWindow.document.write("<title>LE DIMORE Property Requirement form</title>")
OpenWindow.document.write("<body bgcolor='#BDB6B3'>")
OpenWindow.document.write("<font style='color:#5C4F49; font-family: arial, sans-serif; font-size: 9pt'>")
OpenWindow.document.write("<form action='../fred.php' method='post'>")
OpenWindow.document.write("<p><font style='color:#990000; font-size:11pt; font-weight:bold;'>Le Dimore Italy - Property Requirement form</font><br>")
OpenWindow.document.write("<p>Your name:<br>") 
OpenWindow.document.write("<input name='name' Size=50 Type='text'>")
OpenWindow.document.write("<p>Your email address:<br>") 
OpenWindow.document.write("<input name='email' Size=50 Type='text'>")
OpenWindow.document.write("<br><i>Please be accurate. If your email address is <br>incorrect, we will be unable to contact you.</i><br>")
OpenWindow.document.write("<p>telephone (include country code):<br>") 
OpenWindow.document.write("<input name='tel' Size=50 Type='text'>")
OpenWindow.document.write("<p>budget:&nbsp;&nbsp;") 
OpenWindow.document.write("<input name='budget' Size=40 Type='text'>")
OpenWindow.document.write("<p>number of bedrooms:&nbsp;&nbsp;") 
OpenWindow.document.write("<input name='bedrooms' Size=26 Type='text'>")
OpenWindow.document.write("<p>State of repair:&nbsp;&nbsp;") 
OpenWindow.document.write("<input name='repair' Size=33 Type='text'>")
OpenWindow.document.write("<p>Location:&nbsp;&nbsp;") 
OpenWindow.document.write("<input name='location' Size=39 Type='text'><br>")
OpenWindow.document.write("<p>Date of visit (if applicable):<br>") 
OpenWindow.document.write("<input name='date' Size=50 Type='text'>")
OpenWindow.document.write("<p>Description of preferred property:<br>")
OpenWindow.document.write("<textarea name='description' rows=2 cols=50></textarea>")

OpenWindow.document.write("<p>Any other comments:<br>")
OpenWindow.document.write("<textarea name='comments' rows=2 cols=50></textarea>")
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>")
OpenWindow.document.write("<br><a href='' onClick='self.close()'>Close Window</a>")
OpenWindow.document.write("</form>")
OpenWindow.document.write("</font>")
OpenWindow.document.write("</html>")
    }