function openAuthorDisclosures(sURL){
	//var sURL = "http://www.google.com";
	var sWindowName = "AuthorDisclosures";
	var nWidth = 750;
	var nHeight = 410;
	window.open(sURL,sWindowName,"height=" + nHeight + ",width=" + nWidth + ",channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=0,scrollbars=1,status=0,toolbar=0,top=100,left=100");
}
