function copyright (txtColor, linkColor)
{
	document.write ("<span style=\"color:" + txtColor + "\">Created by <a style=\"color:" + linkColor + "\" target=\"_blank\" href=\"http://web.netagesolutions.com\" title=\"Enterprise Web Development\">Netage Solutions</a></span>");
}