var copyrightString = "Copyright &copy; 2000-" + new Date().getFullYear() + " <strong>Systems Dynamics (Software) Pvt. Ltd.</strong>, India. All Rights Reserved.";
function printCopyrightInfo(){
document.write('<hr width=750 size=1 color=Gray><p align=center><font size=1 face=verdana color=Gray><span class="BodyTextnew">" + getCopyrightString() + "</span></font><br><br></p><br>');
}
function printCopyrightString(){
	document.write(getCopyrightString());
}
function getCopyrightString(){
	return copyrightString;
}
