var template_version="1.0";
var course_name="国际法";
function getManifestLocation(){
  	return "imsmanifest.xml";
}

function GetConfigs(){
	return {
		helpUrl:"",
		logoUrl:"logo.swf",
		tools:[
			{label:"音频下载",style:"AudioDownloadBtn",url:"Public/HtmlFile/download.html"},
			{label:"讲义下载",style:"LectureDownloadBtn",url:""},
			{label:"笔记本",style:"NotepadBtn",url:""},
			{label:"我要提问",style:"QuestionBtn",url:""},
			{label:"我要评课",style:"CommentsBtn",url:""}
		],
		title:course_name
	};
}
window.document.title=course_name;
function flexOpenWindow(url,name){
	window.open(url,name,"status=0,toolbar=1,location=0,menubar=0,resizable=1,scrollbars=1");
}
