document.write('	<div id="overlay" style="display:none"></div> ');
document.write('		<div id="box" style="display:none; background-color:#FFFFFF; color:#000000; text-align:right;">');
document.write('		       <div id="container1"><img id="close" src="/images/close.gif" onClick="hideBox(\'box\')" alt="Close" title="Close this window" />');
document.write('	           <form action="javascript:get(document.getElementById(\'contactform\'));" name="contactform" id="contactform">' );
document.write('	           <input type=hidden name="subject" value="A comment from a resoul.com visitor!">');
document.write('				<table class= border="0" cellspacing="0" cellpadding="0">');
document.write('					<tr>');
document.write('						<td class><img src="/images/logo.png" alt="camelionDESIGN" border="0" /></td>');
document.write('						<td class= align="right"></td>');
document.write('					</tr>');
document.write('					<tr>');
document.write('						<td class=></td>');
document.write('						<td class=><font face=\"verdana\" size=1px;>');
document.write('							<table  border="0" cellspacing="2" cellpadding="0">');
document.write('								<tr>');
document.write('									<td >your name:</td>');
document.write('									<td align=\"left\"><input type="text" name="name" id="name" size="32" /></td>');
document.write('								</tr>');
document.write('								<tr>');
document.write('									<td >your email:</td>');
document.write('									<td align=\"left\"><input type="text" name="sender" id="sender" size="32" /></td>');
document.write('								</tr>');
document.write('								<tr>');
document.write('									<td >your note:</td>');
document.write('									<td align=\"left\"><textarea  name="textarea" id="textarea" rows="4" cols="35"></textarea></td>');
document.write('								</tr>');
document.write('								<tr>');
document.write('									<td >sign up for our email list?</td>');
document.write('									<td >&nbsp;&nbsp;&nbsp;&nbsp; yes:  <input type="radio" name="mailinglist" id="mailinglist" value="yes" /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; no:  <input type="radio" name="mailinglist" id="mailinglist" value="no" />&nbsp&nbsp&nbsp<input type="submit" name="submitButton" value="send"/></form></td>');
document.write('								</tr>');
document.write('							</table>');
document.write('						</td>');
document.write('					</tr>');
document.write('				</table>');
document.write('			</div>');
document.write('		</div>');

// THIS IS THE MAP BLOCK
document.write('<div id="map" style="display:none; background-color:#FFFFFF; color:#000000;">');
document.write('<div id="container1"><img id="close" src="/images/close.gif" onClick="hideBox(\'map\')" alt="Close" title="Close this window" />');
document.write('<table width="100%" border="0" cellspacing="1" cellpadding="0" height="89%">');
document.write('<tr><td ><img src="/images/map.gif" width="443" height="323" alt="" border="0"></td><td valign="top"><P><P><P><img src="/images/address.png" alt="" border="0">');
document.write('<p><b>Hours:</b></p><p><b>Monday - Friday<br>11am - 6pm</b></p><p><b>Saturday<br>10am - 6pm</b></p><p><b>Sunday<br>11am - 5pm</b></p>');
document.write('</td></tr></table>');
document.write('			</div></div>');
//END OF MAP BLOCK


