 function header()
{
document.write('<div align=center><table border="0" cellpadding="0" cellspacing="0" width="100%">');
document.write('<tr><td width="27%"><img border="0" src="images/internal/top-1.jpg" width="243" height="106"></td>');
document.write('<td width="73%" valign="top"><table border="0" cellpadding="0" cellspacing="0" width="100%">');
document.write('<tr><td width="100%"><img border="0" src="images/internal/top-2.jpg" width="280" height="67"></td></tr>');
document.write('<tr><td width="536" background="images/internal/strip.jpg" height="27"><p align="right"><img border="0" src="images/internal/bulllet.jpg" width="19" height="8">&nbsp;&nbsp;<a href="home.html" class="links">HOME</a>&nbsp; <img border="0" src="images/internal/bulllet.jpg" width="19" height="8">&nbsp;&nbsp;<a href="whylets.html" class="links">WHY ');
document.write('USE LETS</a>&nbsp;<img border="0" src="images/internal/bulllet.jpg" width="19" height="8">&nbsp;&nbsp;<a href="news.php" class="links">NEWS</a>&nbsp;<img border="0" src="images/internal/bulllet.jpg" width="19" height="8">&nbsp;&nbsp;<a href="contact.html" class="links">CONTACT US</a>&nbsp;&nbsp;&nbsp;&nbsp; </p>');
document.write('</td></tr></table>');
document.write(' </td></tr></table></div>');
}



function footer()
{

document.write('<table border="0" cellpadding="0" cellspacing="0" width="779"><tr>');      document.write('<td width=100% height="3" bgcolor="#700038"></td></tr>');
document.write('<tr> <td width=100% height="3"></td></tr>');
document.write('<tr><td width="100%" height="8"><div align="center"><center><table border="0" cellpadding="0" cellspacing="0" width="90%" align="center">');
document.write('<tr><td width="75"><p align="center"><a href="accridaction.html" class="bottomlinks">Accreditation</a></p></td><td width="1" bgcolor="#FFFFFF">|</td><td width="34"><p align="center"><a href="staff.php" class="bottomlinks">Staff</a></p></td>');
document.write('<td width="1" bgcolor="#FFFFFF">|</td><td width="53"><p align="center"><a href="policies_fees.html" class="bottomlinks">Policies</a></p></td><td width="1" bgcolor="#FFFFFF">|</td>');
document.write('<td width="102"><p align="center"><a href="skill.html" class="bottomlinks">Skill Recognition</a></p></td><td width="1" bgcolor="#FFFFFF">|</td><td width="108"><p align="center"><a href="training.php" class="bottomlinks">Training Courses</a></p></td>');
document.write('<td width="1" bgcolor="#FFFFFF">|</td><td width="195"><p align="center"><a href="ticket.html" class="bottomlinks">The Recreational Skippers Ticket</a></p></td>');
document.write('<td width="1" bgcolor="#FFFFFF">|</td></center><td width="75"><p align="center"><a href="resource.html" class="bottomlinks"> Resources</a></p> </td><br> ');
document.write('</tr></table></div></td></tr><tr><td width=100% height="5"><br><center><a href="disclaimer.html" class="bottomlinks">Disclaimer</a></center><br></td></tr></table>');
}

function foot()
{
	document.write('<table border="0" cellpadding="0" cellspacing="0" width="779" align="center">');
	document.write('<tr><td width=100%><p align="center"><font size="1" face="Verdana">© Copyright Law Enforcement Training Solutions Pty. Ltd. <br>Designed & Developed by <a href="http://www.emavens.com/" target="_blank"> eMaven Solutions</a></font></td></tr><tr><td width=100% height="10"></td></tr>');
	document.write('</table>');
}
function left()
{
document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr>');
document.write('<td width=100%><embed width="243" height="215" src="links.swf"></td></tr><tr><td height="4"></td></tr>');
document.write('<tr><td width=100%><font face="Verdana" size="1"><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <b> Partners:</b></font></td></tr><tr><td width=100%><p align="center"><img border="0" src="images/internal/partners.jpg" width="146" height="248" align="center"></td></tr>');
document.write('</table>');
}

function adminheader()
{
document.write('<div align=center><table border="0" cellpadding="0" cellspacing="0" width="100%">');
document.write('<tr><td width="27%"><img border="0" src="../images/internal/top-1.jpg" width="243" height="106"></td>');
document.write('<td width="73%" valign="top"><table border="0" cellpadding="0" cellspacing="0" width="100%">');
document.write('<tr><td width="100%"><img border="0" src="../images/internal/top-2.jpg" width="280" height="67"></td></tr>');
document.write('<tr><td width="536" background="../images/internal/strip.jpg" height="27">');
document.write('<font face=verdana color="#FFFFFF"><b>Welcome To Administrative Zone</b></font></td></tr></table>');
document.write(' </td></tr></table></div>');
}

function adminleft()
{
document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%">');
document.write('<tr><td width="10%"><img border="0" src="../images/bulet.jpg" width="4" height="6"></td>');
document.write('<td width=90%><a href="profile.php?data=news"><b>News<b></a></td></tr><tr><td width="10%"><img border="0" src="../images/bulet.jpg" width="4" height="6"></td><td width=90%><a href="profile.php?data=course"><b>Training Courses</b></a></td>');
document.write('</tr><tr><td width="10%"><img border="0" src="../images/bulet.jpg" width="4" height="6"></td>');
document.write('<td width=90%> <a href="profile.php?data=calendar"><b>Training Calendar</b></a></td></tr><tr><td width="10%"><img border="0" src="../images/bulet.jpg" width="4" height="6"></td>');
document.write('<td width=90%> <a href="profile.php?data=authorised"><b>Authorised RST </b></a></td></tr><tr><td width="10%"><img border="0" src="../images/bulet.jpg" width="4" height="6"></td><td width=90%> <a href="profile.php?data=staff"><b>Staff </b></a></td></tr></table>');

}

function checkForm()
{
	if(document.query.name.value=='')
	{
		alert("Please enter your Name");
		document.query.name.focus();
		return false;
	}	
	if(document.query.phone.value=='')
	{
		alert("Please enter phone");
		document.query.phone.focus();
		return false;
	}
	if(document.query.mail.value=='')
	{
		alert("Please enter email Address");
		document.query.mail.focus();
		return false;
	}
	if(document.query.regarding.value=='')
	{
		alert("Please select Regarding");
		document.query.regarding.focus();
		return false;
	}

}
