<!-- 
function Nav1()
{
// Top Row navigation
		document.write("<span style='font-size:6pt; padding-top:3px;'><img src='Images/Common/twConnect.png' width='13' height='13' border='0' valign='top' align='left'><br></span>");	
		document.write("<a href='getInvolved_donate.html' class='menu1'>Donate</a>");
		//document.write("&nbsp;|&nbsp;");
		//document.write("<a href='#' class='menu1'>Login</a>");			
}

// Top Row of Every page (Separate table from rest of body). Includes Logo, Facebook Like button, Top Row Navigation & No IA Puppy Mills Logo
function LogoRow()
{
document.write("<table width='970' border='0' cellspacing='0' cellpadding='0' align='center' background='Images/Common/bg_content.jpg'>");
	
	document.write("<tr>");
	if (pageName=="Home")
		document.write("<td width='549' height='100' rowspan='2' align='left'><img src='Images/Common/logo_IVCA.gif' width='371' height='100' alt='' border='0'></td>");
	else
		document.write("<td width='549' height='100' rowspan='2' align='left'><a href='index.html'><img src='Images/Common/logo_IVCA.gif' width='371' height='100' alt='' border='0'></a></td>");

		document.write("<td width='275' height='60' align='center' valign='top' style='border-bottom:1px dashed #a1a1a1; padding-top:18px;'>");
			document.write("<iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fiowavotersforcompanionanimals&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:275px; height:35px;' allowTransparency='true'></iframe>");
		document.write("</td>");
		document.write("<td width='146' rowspan='2' align='right' style='padding-right:5px;'><img src='Images/Common/logo_noIAPuppyMills.jpg' alt='' width='136' height='96' border='0'></td>");
	document.write("</tr>");

	document.write("<tr>");
		document.write("<!-- <td></td> -->");
		document.write("<td height='40' align='center' valign='bottom' style='padding-bottom:10px;'>");
			Nav1()
		document.write("<!-- <td></td> -->");
	document.write("</tr>");

document.write("</table>");
}

//#######################################################################
//This is the HTML Code for the above javascript (for debugging purposes)
//#######################################################################
/*
<table width="970" border="0" cellspacing="0" cellpadding="0" align="center" background="Images/Common/bg_content.jpg">
<tr>
	<td width="549" height="100" rowspan="2" align="left"><img src="Images/Common/logo_IVCA.gif" width="371" height="100" alt="" border="0"></td>
	<td width="275" height="60" align="center" valign="top" style="border-bottom:1px dashed #a1a1a1; padding-top:18px;">
		<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fiowavotersforcompanionanimals&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:275px; height:35px;" allowTransparency="true"></iframe>
	</td>
	<td width="146" rowspan="2" align="right" style="padding-right:5px;"><img src="Images/Common/logo_noIAPuppyMills.jpg" alt="" width="136" height="96" border="0"></td>
</tr>
<tr>
	<!-- <td></td> -->
	<td height="40" align="center" valign="bottom" style="padding-bottom:10px;">
	<script language="JavaScript">
		Nav1()
		</script></td>
	<!-- <td></td> -->
</tr>
</table>
*/


 -->
