function mover(img) {
	img.src = img.src.replace("menu_", "menu_over_");
}

function mout(img) {
	img.src = img.src.replace("_over", "");
}

function showImage(obj, w, h) {
	box("<img src=\""+obj+"\">", w+5, h+15);
}

function showHeartPopup() {
	txt ='<form action="../../../index.php?o=register-heartwise" name="signup" id="signup" method="post">';
	txt +='<table cellpadding="0" cellspacing="0" width="520" bgcolor="#ffffff">';
	txt +='<tr>';
	txt +='	<td colspan="2"><h1 style="font-size:24px; text-align:center; border-bottom:2px solid #D02433; font-family: Arial, Helvetica, sans-serif;">Heart Wise Exercise</h1></td>';
	txt +='</tr>';
	txt +='<tr>';
	txt +='<td style="padding:0px 10px;" align="left"><p>First Name : <input type="text" name="fname" style="width:130px;" /></p></td>';
    txt +='<td style="padding:0px 10px;" align="left"><p>Last Name : <input type="text" name="lname" style="width:130px;" /></p></td>';
	txt +='</tr>';
	txt +='<tr>';
	txt +='<td colspan="2" align="left" style="padding:0px 10px 0px 10px;"><p>Email : <input type="text" name="emailAddress" style="width:425px;" /></p></td>';
	txt +='</tr>';
	txt +='<tr>';
	txt +='<td colspan="2" align="left" style="padding-left:10px;"><p>You are : (click on all that apply)</p></td>';
	txt +='</tr>';
	txt +='<tr>';
	txt +='<td colspan="2" align="left" style="padding-left:10px;" valign="middle"><p style="padding:0; line-height:.5em;"><input type="checkbox" name="opt1" id="opt1" />  Looking for information on Heart Wise Exercise locations</p></td>';
	txt +='</tr>';
	txt +='<tr>';
	txt +='<td colspan="2" align="left" style="padding-left:10px;" valign="middle"><p style="padding:0; line-height:.5em;"><input type="checkbox" name="opt2" id="opt2" />  Interested in taking a Heart Wise Exercise Workshop</p></td>';
	txt +='</tr>';
	txt +='<tr>';
	txt +='<td colspan="2" align="left" style="padding-left:10px;" valign="middle"><p style="padding:0; line-height:.5em;"><input type="checkbox" name="opt3" id="opt3" />  Interested in becoming a partner with Heart Wise Exercise</p></td>';
	txt +='</tr>';
	txt +='<tr>';
	txt +='<td colspan="2" align="left" style="padding: 0 0 0 10px; width:300px;">';
    txt +='	<p>Location : <select name="location"><option value="Etobicoke">Etobicoke</option>';
	txt +='<option value="North York">North York</option>';
	txt +='<option value="Mississauga">Mississauga</option>';
	txt +='<option value="Scarborough">Scarborough</option>';
	txt +='<option value="Toronto">Toronto</option>';
	txt +='<option value="Other">Other</option>';
	txt +='</select></p>';
	txt +='</td>';
	txt +='</tr>';
	txt +='<tr>';
	txt +='<td></td>';
    txt +='<td align="right" style="padding-right:15px;"><input type="submit" value="send" name="submit" id="submit" style="width:100px; background-color:#D02433; color:#FFF; font-weight:bold; border:none;" /></td>';
	txt +='</tr>';
	txt +='</table>';
	txt +='</form>';
	message2(txt);
}


/**function showHeartPopupNotUsed() {
	txt ='<table cellpadding="0" cellspacing="0" width="500" bgcolor="#ffffff">';
	txt +='<tr>';
	txt +='	<td><h1 style="font-size:24px; text-align:center; border-bottom:2px solid #D02433; font-family: Arial, Helvetica, sans-serif;">Heart Wise Exercise</h1></td>';
	txt +='</tr>';
	txt +='<tr>';
	txt +='	<td><p style="padding:0 20px 0 0;">Enter an <strong>e-mail address</strong> for regular updates regarding Heart Wise Exercise in our neighbourhoods!</p>';
	txt +='    <div style="text-align:right;"><form action="../../../index.php?o=register-heartwise" name="signup" id="signup" method="post">';
	txt +='    		<input type="text" name="emailAddress" style="width:500px;" /><br />&nbsp;<br />';
	txt +='            <input type="submit" value="send" name="submit" id="submit" style="width:100px; background-color:#D02433; color:#FFF; font-weight:bold; border:none;" />';
	txt +='    </form></div>' ;
	txt +='    ';
	txt +='    </td>';
	txt +='</tr>';
	txt +=' ';
	txt +='</table>';
	message2(txt);
}**/
