

var jsfileisloaded = "true";

function bottomnav(){
	document.write('<CENTER><TABLE>');
	document.write('<TR><TD width=10>[</TD>');
	document.write('<TD ALIGN="CENTER"><P class="navfoot"><A HREF="index.html">Home</A>');
	document.write('&nbsp;&nbsp;|&nbsp;&nbsp;<A HREF="about.html">About Us</A>');
	document.write('&nbsp;&nbsp;|&nbsp;&nbsp;<A HREF="ourdogs.html">The Dogs</A>');
	
	document.write('&nbsp;&nbsp;|&nbsp;&nbsp;<A HREF="modelling.html">Modeling/Training</A>');

	document.write('&nbsp;&nbsp;|&nbsp;&nbsp;<A HREF="contact.html">Contact</A>');

	document.write('&nbsp;&nbsp;|&nbsp;&nbsp;<A HREF="puppyapplication.html">Puppy Application</A>');
	document.write('&nbsp;&nbsp;|&nbsp;&nbsp;<A HREF="links.html">Links</A></P></TD>');
	document.write('<TD width=10>]</TD></TR></TABLE></CENTER>');
	
document.write(copyrightmessage);
document.write(iwebtownlogo);
}


function contactform(){
	document.write('<FORM action="legendgoldenscgi/contact.cgi" method="POST">');
	document.write('<CENTER>');
	document.write('<TABLE align="center" border="0">');
	document.write('	<TR><TD class="formdata">Name (required)</TD>');
	document.write('		<TD align="right">');
	document.write('		<INPUT type="TEXT" name="name" size="40"><INPUT TYPE="Hidden" NAME="x" ></FONT></TD></TR>');
	document.write('	<TD class="formdata">City</FONT>');
	document.write('	</TD>');
	document.write('	<TD align="right">');
	document.write('	<INPUT type="TEXT" name="city" size="40"></TD>');
	document.write('	</TR>');
	document.write('	<TR>');
	document.write('	<TD class="formdata">State</TD>');
	document.write('	<TD align="right">');
	document.write('	<INPUT type="TEXT" name="state" size="40"></TD>');
	document.write('	</TR>');
	document.write('	<TR>');
	document.write('	<TD class="formdata">Phone</TD>');
	document.write('	<TD align="right">');
	document.write('	<INPUT type="TEXT" name="phone" size="40"></TD>');
	document.write('	</TR>');
	document.write('	<TR>');
	document.write('	<TD class="formdata">E-mail (required)</TD>');
	document.write('	<TD align="right">');
	document.write('	<INPUT type="TEXT" name="email" size="40"></TD>');
	document.write('	</TR>');
	document.write('	<TR>');
	
	document.write('	</TABLE></CENTER>');
	document.write('	<BR>');
	document.write('	<CENTER>');
	document.write('	<TABLE align="center" border="0" cellpadding="0" cellspacing="0">')
	
	document.write('	<TR><TD class="formdata" ALIGN="CENTER"><FONT size="-1">Comments or questions?</FONT>');
	document.write('	</TD></TR>');
	document.write('	<TR><TD ALIGN="CENTER">');
	document.write('	<TEXTAREA name="comments" rows="4" cols="48"></TEXTAREA></FONT><BR><BR></TD></TR>');
	document.write('	<TR>');
	document.write('	<TD align="center">');
	document.write('	<INPUT type="SUBMIT" value="Send E-Mail" style="Background-Color : white">');
	document.write('	<INPUT type="RESET" style="Background-Color : white"></FONT>');
	document.write('	</TD></TR>');
	document.write('	</TABLE></CENTER>');
	document.write('	</FORM>');
	document.write('	<CENTER>');
	SetSafetyCookie();
}


function SetSafetyCookie(){
	document.cookie = 'makingformsafe=legendsafernow; domain=www.legendgoldens.com; path=/';
	}
	



function cantclickit() {
alert ("Private graphics.  Don't not take.");
}

function printthispage(text){
text=document
print(text)
}

var copyrightmessage = "<p CLASS='copyright'>Legend Golden Retrievers<BR>All content and imagery copyright &copy; protected<BR> and may not be duplicated without express written consent.</p>";

var iwebtownlogo = '<DIV ALIGN="center"><TABLE><TR><TD><P style="border: 4px solid black" ALIGN="CENTER"><A HREF="http://www.iwebtown.com"><IMG SRC="images/logoiwebtown.gif" WIDTH=112 HEIGHT=62 BORDER=0 ALT=""></A></P></TD></TR></TABLE></DIV>';
