function helpContentType(helpContent,topContent,relative_path){
	if(relative_path == undefined){
		relative_path = '../';
	}
	window.location.href=relative_path+"copyright.html?helpContent="+helpContent+"&topContent="+topContent+"#help_c";
}


