var pageindex= new Array();
pageindex["dumprom"]= "dumprom.html";
pageindex["romtools"]= "romtools.html";
pageindex["serial-protocols"]= "serial-protocols.html";
pageindex["tools"]= "tools.html";
pageindex["versions"]= "versions.html";
pageindex["wallaby-bootloader"]= "wallaby-bootloader.html";
pageindex["coldboot"]= "wince-coldboot.html";
pageindex["databases"]= "wince-databases.html";
pageindex["flashfile-formats"]= "wince-flashfile-formats.html";
pageindex["kernel-build"]= "wince-kernel-build.html";
pageindex["kernelinfo"]= "wince-kernelinfo.html";
pageindex["memory-map"]= "wince-memory-map.html";
pageindex["platformbuilder"]= "wince-platformbuilder.html";
pageindex["rom-layout"]= "wince-rom-layout.html";
pageindex["xda-controlpanel"]= "xda-controlpanel.html";
pageindex["xda-rsupgrade"]= "xda-rsupgrade.html";
pageindex["osimagetool"]= "OsImageTool.html";
pageindex["gsmpart"]= "xdagsm-info.html";
pageindex["ril"]= "ril.html";
pageindex["rilhook"]= "rilhook.html";
pageindex["rilpatent"]= "ril_patent_index.html";
pageindex["cradle"]= "cradle-disassembly.html";

function header()
{
	document.write('<img src="http://nah6.com/~itsme/counter.gif?url='+escape(document.URL)+'&referrer='+escape(document.referrer)+'">');
	document.write("<table><td valign=top><small><b>other&nbsp;pages</b>:</small><br><a href=\"/~itsme/\">home</a>  <a href=\"./\">xda-project</a></td> "); 
	document.write("<td><small>");

	var i= 0;
	for (var key in pageindex)
	{
		document.write("&nbsp;<a href='"+pageindex[key]+"'>"+key+"</a>&nbsp; ");

		if ((++i%8)==0)
			document.write("<br>");
	}
	document.write("</small></td></table><br><br>");
	//document.write("<b>Note</b>: links to <a href=\"http://wiki.xda-developers.com\">wiki.xda-developers.com</a> are currently broken ... use the wiki search function to find the page\n<br><br>");
}
function footer()
{
	document.write("<br><br><br><hr>");
	document.write("<small>also see <a href='http://xda-developers.com/'>xda-developers.com</a></small><br>");
	document.write("<small>page last modified on: "+document.lastModified+"</small>&nbsp;&nbsp;&nbsp; (c) 2003 <a href='mailto:itsme@xs4all.nl'>Willem Jan Hengeveld</a></small><br><br><br>");
}
function msdnlink(keyword)
{
	window.location= "http://www.google.com/search?q="+escape(keyword)+"+site%3Amsdn.microsoft.com+%22Microsoft+Windows+CE+3.0%22";
}

document.write("<link rel=\"stylesheet\" href=\"xda.css\" type=\"text/css\">");
document.write("<link rel=\"stylesheet\" href=\"/~itsme/css/style.css\" type=\"text/css\">");

