//If you can see this you are using a browser that does not support
//JavaScript or Jscript. Please download Netscape Navigator Version 4.0
//(or newer) from http:\home.netscape.com or http:\www.microsoft.com
// Microsoft Internet Explorer Version 4.0 (or newer) from http://home.microsoft.com
//
//This script outputs the correct copyright date and link to copyright page.
//Version 1.37a


// FOOTER begin


function Copyright() 
{
var strHref = window.location.href;
//alert("strHref=" + strHref);


/*
	copyright=new Date();
	update=copyright.getFullYear();
	document.write('<a href="http://edocs.beasys.co.jp/e-docs/copyright.html">&copy; ' + update + ' BEA Systems</a>');
*/

if ((strHref.indexOf("copyright.html") != -1)) {

/*	document.write('<br/>');*/
	document.write('Copyright &copy; 2008, Oracle Corporation and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.');

} else {

	document.write('<br/>');
	document.write('Copyright &copy; 2008, Oracle Corporation and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.');

}


document.write('</div>');
}

// FOOTER end