<!--
//  <a href=javascript:newWindow()></a>
function newWindow(){
	myLocation = 'credit.htm';
	winStats = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=750,height=400,left=60,top=60';
	adWindow=window.open(myLocation,"Credit",winStats);
	adWindow.focus();
}
//-->
