//get the favorite icon
document.write ("	<link rel='Shortcut Icon' href='http://www.eddept.wa.edu.au/edlibrary/library/images/favorite.ico' type='image/x-icon' />")

//get correct stylesheet for header and footer usage
document.write ("	<link rel='stylesheet' type='text/css' href='http://www.eddept.wa.edu.au/edlibrary/library/css/screen.css' media='screen' />")

// Check if site uses frames
if (self.parent.frames.length == 0) {
	//document.write ("	<table id='DET' cellSpacing='0' cellPadding='0' border='0' width='100%'>")
	//document.write ("	<tr>")
	//document.write ("	<td>")
}


document.write ("	<table id='DETHeader' width='100%' border='0' cellspacing='0' cellpadding='0'>")
document.write ("		<tr>")
document.write ("			<td><a href='http://www.det.wa.edu.au/' target='_top'><img src='http://www.eddept.wa.edu.au/edlibrary/Library/images/DET_Logo.jpg' alt='The Department of Education' border='0'></a></td>")
document.write ("		</tr>")
document.write ("	</table>")

document.write ("	<table id='DETMenu' width='100%' border='0' cellspacing='0' cellpadding='0'>")
document.write ("		<tr> ")
document.write ("			<td>")

document.write ("				<table id='DETMenu' width='100%' border='0' cellpadding='0' cellspacing='0'>")
document.write ("					<tr>")
document.write ("						<td>")
document.write ("          					<a href='http://www.det.wa.edu.au/' target='_top'>Home</a>")
document.write ("          					<a href='http://www.det.wa.edu.au/search.asp' target='_top'>Search</a>")
document.write ("          					<a href='http://www.det.wa.edu.au/contact.asp' target='_top'>Contact Us</a>")
document.write ("          					<a href='http://www.det.wa.edu.au/education.asp' target='_top'>Education A-Z</a>")
document.write ("          					<a href='http://www.det.wa.edu.au/training.asp' target='_top'>Training A-Z</a>")
document.write ("						</td>")
document.write ("						<td  id='DETSearch'>")
document.write ("							<form method='get' action='http://www.eddept.wa.edu.au/SearchResults.asp' target='_parent'>")
document.write ("								Search")
document.write ("								<input type='hidden' name='ct' value='InternetFiles'>")
document.write ("								<input id='DETInput' type='Text' name='q1' value='' size='20'>")
document.write ("								<input id='DETButton'  type='submit' value='Go' >")
document.write ("							</form>")	
document.write ("						</td>")
document.write ("					</tr>")
document.write ("				</table>")
	
document.write ("    		</td>")
document.write ("		</tr>")
document.write ("	</table>")

// Check if site uses frames
if (self.parent.frames.length == 0) {
	//document.write ("	</td>")
	//document.write ("	</tr>")
	//document.write ("	</table>")

}
