function Copyright()
{
	var len=document.URL.length
	if (document.URL.substring(len-1,len) == "m")
		document.writeln ("<hr width=50%><h4 align=\"center\"><a href=\"index.htm\">Home<a></h4>")
	else if (document.URL.substring(len-1,len) == "l")
		document.writeln ("<hr width=10%><h4 align=\"center\"><a href=\"index.html\">Home<a></h4>")
	document.writeln ("<hr color=\"gray\" width=30%><p class=\"centered\"><i><font size=1 valign=bottom>Copyright&copy; 1999, 2000, 2001, 2002, 2003, 2004<br>Roumen Al. Dimitrov</font></i></p>")
}
