

var leftMenuSectionImageOut = ".gif";
var leftMenuSectionImageOver = "_over.gif";
var leftMenuName = "Menu";
var leftMenuImageName = "icon";
var layerCommonName = "Popup";
var leftMenuFlag = false;
var firstLayerFlag = false;
var firstLayerTimerID;
var activeLeftMenuID = "";
var selectedSection;
var mainTopic = selectedSection;

var arLayer = new Array()
var arLayer2 = new Array()
// -------------------------------------------------------------    End of Variable for Common Function for Left Menu -----------------------------------------

// -------------------------------------------------------------    Variable for Common Function for First Level Layers-----------------------------------------

var firstLayerImagesFlag = false;
var secondLayerFlag = false;
var activeFirstLayerImageID = "";
var activeSecondLayerID = "";
var secondLayerTimerID;
var selectedSubSection = "";

var arSecondLayer = new Array()
var arSecondLayer2 = new Array()

// -------------------------------------------------------------    End of Variable for Common Function for First Level Layers -----------------------------------------

// -------------------------------------------------------------    Common Function for Left Menu -----------------------------------------

function doShowMenu(imgName)
{
	var iconNo = parseInt(imgName);
	(iconNo<10)?iconNo='0'+iconNo:iconNo=iconNo;
	
	if (imgName==111){imgName=999;}
	
	if(mainTopic != imgName && !leftMenuFlag)
	//if(!leftMenuFlag)
	{
		document.images[leftMenuName+imgName].src=document.images[leftMenuName+imgName].src.replace(leftMenuSectionImageOut, leftMenuSectionImageOver)
		leftMenuFlag = true;
	}
	if (!firstLayerFlag)
	{
		MM_showHideLayers(layerCommonName+iconNo,'','show');
		firstLayerFlag=true;
	}
	activeLeftMenuID = imgName
}

function leftMenuMouseOver(imgName) 
{
	if (activeLeftMenuID == imgName)
	{
		if (firstLayerTimerID) clearTimeout(firstLayerTimerID);
		firstLayerTimerID = null;
	}
	else
	{
		if (firstLayerTimerID) clearTimeout(firstLayerTimerID);
		firstLayerTimerID = null;
		if (activeLeftMenuID!=""){doHideMenu(activeLeftMenuID);}
		doShowMenu(imgName)	
	}
}

function doHideMenu(imgName)
{
	var iconNo = parseInt(imgName);
	(iconNo<10)?iconNo='0'+iconNo:iconNo=iconNo;
	//if(true)
	if (imgName==111){imgName=999;}
	
	if(mainTopic != imgName)
	{
		document.images[leftMenuName+imgName].src=document.images[leftMenuName+imgName].src.replace(leftMenuSectionImageOver, leftMenuSectionImageOut)
		leftMenuFlag = false;
	}
	if (firstLayerFlag)
	{
		MM_showHideLayers(layerCommonName+iconNo,'','hide')
		firstLayerFlag=false;
	}
	activeLeftMenuID = "";
}

function leftMenuMouseOut(imgName) {
	
	if (activeLeftMenuID == imgName)
	{
		firstLayerTimerID = setTimeout("doHideMenu('"+imgName+"')", 500);
	}
	else
	{
		doHideMenu(imgName);
	}
}

// -------------------------------------------------------------   End of Common Function for Left Menu -----------------------------------------

// -------------------------------------------------------------    Common Function for First Level Layers -----------------------------------------

function doShowLayer(imgName, layerName)
{
	//var tempLayerName = layerName.substring(0, (layerName.length-2))
	var tempLayerName = layerName
	var tempLayer = "";
	var tempImage = "";
	var tempPath = "";
	if(selectedSubSection != imgName && !firstLayerImagesFlag)
	//if(!leftMenuFlag)
	{
		if(document.layers) //netscape 4.x version
		{
			tempLayer = document.layers[tempLayerName].document;
			tempImage = tempLayer.images[imgName];
			tempImage.src=tempImage.src.replace(leftMenuSectionImageOut, leftMenuSectionImageOver)
		}
		else
		{document.images[imgName].src=document.images[imgName].src.replace(leftMenuSectionImageOut, leftMenuSectionImageOver)}
		
		firstLayerImagesFlag = true;
	}
	if (!secondLayerFlag )
	{
		//MM_showHideLayers(layerName,'','show');
		secondLayerFlag =true;
	}
	activeFirstLayerImageID = imgName
	activeSecondLayerID = layerName
}

function firstLayerMouseOver(imgName, layerName) 
{
	if (activeFirstLayerImageID == imgName && activeSecondLayerID == layerName)
	{
		if (secondLayerTimerID) clearTimeout(secondLayerTimerID);
		secondLayerTimerID = null;
	}
	else
	{
		if (secondLayerTimerID) clearTimeout(secondLayerTimerID);
		secondLayerTimerID = null;
		if (activeFirstLayerImageID!=""){doHideLayer(activeFirstLayerImageID, activeSecondLayerID);}
		doShowLayer(imgName, layerName)	
	}
}

function doHideLayer(imgName, layerName)
{
	//var tempLayerName = layerName.substring(0, layerName.length-2)
	var tempLayerName = layerName
	var tempLayer = "";
	var tempImage = "";
	//if(true)
	if(selectedSubSection != imgName)
	{
		if(document.layers) //netscape 4.x version
		{
			tempLayer = document.layers[tempLayerName].document;
			tempImage = tempLayer.images[imgName];
			tempImage.src=tempImage.src.replace(leftMenuSectionImageOver, leftMenuSectionImageOut)
		}
		else
		{document.images[imgName].src=document.images[imgName].src.replace(leftMenuSectionImageOver, leftMenuSectionImageOut)}
		
		firstLayerImagesFlag = false;
	}
	if (secondLayerFlag )
	{
		//MM_showHideLayers(layerName,'','hide')
		secondLayerFlag =false;
	}
	activeFirstLayerImageID = "";
	activeSecondLayerID = "";
}

function firstLayerMouseOut(imgName, layerName) {
	
	if (activeFirstLayerImageID == imgName && activeSecondLayerID == layerName)
	{
		secondLayerTimerID = setTimeout("doHideLayer('"+imgName+"', '"+layerName+"')", 500);
	}
	else
	{
		doHideLayer(imgName, layerName);
	}
}

// -------------------------------------------------------------   End of Common Function for First Level Layers -----------------------------------------

if(p) window.print();

var title = new Array()
title[1]='Home';
title[2]='Foreword';
//title[3]='Messages';
title[4]='Press Releases/Speeches';
title[5]='Objectives and Eligibility';
title[6]='Nomination and Assessment';
title[7]='Awards';
//title[9]='Resources and Useful Links';
title[10]='Frequently Asked Questions';
title[11]='Organisation';
title[13]='Contact Us';
title[58]='ATE Compendiums';
title[59]='Excellence Indicators';
title[60]='Site Map';
title[70]='Previous Chief Executive Award for  Teaching Excellence';
title[14]='Results of Assessment';
title[71]='ATE Compendiums';
title[72]='Coverage of CEATE (2009/2010) to CEATE (2013/2014)';



var subTitle = new Array();
subTitle[6] = new Array();
subTitle[6][1]='Nomination';
subTitle[6][2]='Assessment';

subTitle[14] = new Array();
subTitle[14][1]='List of Awardees ';
subTitle[14][2]='List of Recipients of the Certificate of Merit ';



var left_menu_img_path='images/';
var topOffSet=163+8; //position + icon top
var leftOffSet=0;

function getTitle() {
	var scriptBuffer='';
	scriptBuffer+='<title>';
	scriptBuffer+='Chief Executive\'s Award for Teaching Excellence - '+title[selectedSection];
	if(selectedSubSection!=0&&selectedSubSection!='') {
		scriptBuffer+= ' - ' + subTitle[selectedSection+1][selectedSubSection]
		if(subLevelSection>0&&subLevelSection!='') {
			scriptBuffer+= ' - ' + subSubTitle[selectedSection+1][selectedSubSection][subLevelSection]
		}
	}
	scriptBuffer+='</title>';
	return scriptBuffer;	
}




//switch language version



function changeVer(lang) {

	chi_path = "/tchinese/";
	eng_path = "/english/";
	schi_path = "/schinese/";


	//org_path=window.location.href;
org_path=window.location.href;

   
	if (org_path.indexOf(chi_path) != -1) {
		org_lang_path = chi_path;

	} 
	
	else if (org_path.indexOf(schi_path) != -1) {
		org_lang_path = schi_path;
	}

	else {
		org_lang_path = eng_path;
	}



	if (lang == 'e') {
		des_lang_path = eng_path;
		
	} 
	
	
	else if (lang == 's') {
		des_lang_path = schi_path;
	

	}

	else if (lang == 'c') {
		des_lang_path = chi_path;
	

	}


	tail = org_path.replace(org_lang_path, des_lang_path);
	
	window.location.href =  tail;

	
}


function getHeader(){

	var scriptBuffer='';
	scriptBuffer+='<img src="'+left_menu_img_path+'ate_title.jpg"  border="0" alt="Chief Executive\'s Award for Teaching Excellence (2008-2009)">';
	
	return scriptBuffer;
}

function getHeaderNoYear(){

	var scriptBuffer='';
	scriptBuffer+='<img src="'+left_menu_img_path+'ate_titleNoYear.gif"  border="0" alt="Chief Executive\'s Award for Teaching Excellence">';
	
	return scriptBuffer;
}

function getLeftMenu(){
	var scriptBuffer='';
	var isOver='';


	scriptBuffer+='<table border="0" cellspacing="0" cellpadding="0"><tr><td><a href="javascript:changeVer(\'c\')"><IMG src="'+left_menu_img_path+'chan_tchi.gif" name="tchinese"  border="0"   alt="ÁcÅéª©"></a></td><td><a href="javascript:changeVer(\'s\');" ><IMG src="'+left_menu_img_path+'chan_schi.gif" alt="Â²Åéª©" name="schinese" border="0" ></a></td></tr><tr><td colspan=2><a href="sitemap.htm" ><IMG src="'+left_menu_img_path+'sitemap.gif" alt="Site Map"  border="0" ></a></td></tr></table>';


	scriptBuffer+='<TABLE border="0" cellspacing="0" cellpadding="0"><tr><td>';



	(selectedSection==1)?isOver='_over':isOver='';scriptBuffer+='<tr><td><a href="index.htm" onmouseout="leftMenuMouseOut(\'1\')" onmouseover="leftMenuMouseOver(\'1\')"><img src="'+left_menu_img_path+'btn_01'+isOver+'.gif" name="Menu1" border="0" alt="'+title[1]+'"></a></td></tr>';


	(selectedSection==2)?isOver='_over':isOver='';scriptBuffer+='<tr><td><a href="foreword.htm" onmouseout="leftMenuMouseOut(\'2\')" onmouseover="leftMenuMouseOver(\'2\')"><img src="'+left_menu_img_path+'btn_02'+isOver+'.gif" name="Menu2" border="0" alt="'+title[2]+'"></a></td></tr>';

	
	(selectedSection==4)?isOver='_over':isOver='';scriptBuffer+='<tr><td><a href="speeches.htm" onmouseout="leftMenuMouseOut(\'4\')" onmouseover="leftMenuMouseOver(\'4\')"><img src="'+left_menu_img_path+'btn_04'+isOver+'.gif" name="Menu4" border="0" alt="'+title[4]+'"></a></td></tr>';

	(selectedSection==5)?isOver='_over':isOver='';scriptBuffer+='<tr><td><a href="objective.htm" onmouseout="leftMenuMouseOut(\'5\')" onmouseover="leftMenuMouseOver(\'5\')"><img src="'+left_menu_img_path+'btn_05'+isOver+'.gif" name="Menu5" border="0" alt="'+title[5]+'"></a></td></tr>';

	(selectedSection==6)?isOver='_over':isOver='';scriptBuffer+='<tr><td><a href="nominator.htm" onmouseout="leftMenuMouseOut(\'6\')" onmouseover="leftMenuMouseOver(\'6\')"><img src="'+left_menu_img_path+'btn_06'+isOver+'.gif" name="Menu6" border="0" alt="'+title[6]+'"></a></td></tr>';

	(selectedSection==7)?isOver='_over':isOver='';scriptBuffer+='<tr><td><a href="awards.htm" onmouseout="leftMenuMouseOut(\'7\')" onmouseover="leftMenuMouseOver(\'7\')"><img src="'+left_menu_img_path+'btn_07'+isOver+'.gif" name="Menu7" border="0" alt="'+title[7]+'"></a></td></tr>';	

	(selectedSection==14)?isOver='_over':isOver='';scriptBuffer+='<tr><td><a href="assesresult.htm" onmouseout="leftMenuMouseOut(\'14\')" onmouseover="leftMenuMouseOver(\'14\')"><img src="'+left_menu_img_path+'btn_14'+isOver+'.gif" name="Menu14" border="0" alt="'+title[14]+'"></a></td></tr>';

	//(selectedSection==10)?isOver='_over':isOver='';scriptBuffer+='<tr><td><a href="faq.htm" onmouseout="leftMenuMouseOut(\'10\')" onmouseover="leftMenuMouseOver(\'10\')"><img src="'+left_menu_img_path+'btn_10'+isOver+'.gif" name="Menu10" border="0" alt="'+title[10]+'"></a></td></tr>';

	
	(selectedSection==11)?isOver='_over':isOver='';scriptBuffer+='<tr><td><a href="member.htm" onmouseout="leftMenuMouseOut(\'11\')" onmouseover="leftMenuMouseOver(\'11\')"><img src="'+left_menu_img_path+'btn_11'+isOver+'.gif" name="Menu11" border="0" alt="'+title[11]+'"></a></td></tr>';

	(selectedSection==13)?isOver='_over':isOver='';scriptBuffer+='<tr><td><a href="contact.htm" onmouseout="leftMenuMouseOut(\'13\')" onmouseover="leftMenuMouseOver(\'13\')"><img src="'+left_menu_img_path+'btn_13'+isOver+'.gif" name="Menu13" border="0" alt="'+title[13]+'"></a></td></tr>';
	
	//scriptBuffer+='<tr><td align="center" width=150><BR><BR><A HREF="http://www.vcast.tv/home/module/video/EDBs2008.aspx" target="_blank"><img src="'+left_menu_img_path+'webcast_btn_e.jpg" alt="Webcast for Award Presentation Ceremony of the Chief Executive\'s Award for Teaching Excellence (2006-2007)" border=0></A></td></tr>';
scriptBuffer+='<tr><td><A HREF="ate_previous.htm"><img src="'+left_menu_img_path+'previous_banner.gif"  border="0" </A></td></tr>';

scriptBuffer+='<tr><td><A HREF="CoverageCEATE.htm"><img src="'+left_menu_img_path+'banner5.gif"  border="0" </A></td></tr>';

scriptBuffer+='<tr><td><A HREF="http://www.trumptech.com.hk/qef_ac/" target=_blank><img src="'+left_menu_img_path+'banner2.gif"  border="0" </A></td></tr>';

scriptBuffer+='<tr><td><A HREF="assessment2.htm"><img src="'+left_menu_img_path+'banner3.gif"  border="0" </A></td></tr>';

scriptBuffer+='<tr><td><A HREF="dissemination.htm"><img src="'+left_menu_img_path+'banner4.gif"  border="0" </A></td></tr>';



scriptBuffer+='</table>\n';
	
	return scriptBuffer;
}


//generate the current topic
function getCurrentTopic(){
	//set image path for the topics
	var imagePath='images/'
	var topicPath = new Array();
	topicPath[1]='title01';
	topicPath[2]='title02';
	topicPath[3]='title03';
	topicPath[4]='title04';
	topicPath[5]='title05';
	topicPath[6]='title06';
	topicPath[7]='title07';
	topicPath[8]='title08';
	topicPath[9]='title09';
	topicPath[10]='title10';
	topicPath[11]='title11';
	topicPath[12]='title11';
	topicPath[13]='title13';
	topicPath[14]='title14';
	topicPath[58]='title58';
	topicPath[59]='title59';
	topicPath[60]='title60';
	topicPath[70]='title70';
	topicPath[71]='title71';
	topicPath[72]='title72';
	
	var selectedSubSectionImg = new Array();

	

	selectedSubSectionImg[6] = new Array();
	selectedSubSectionImg[6][1]='topic6_01.gif';
	selectedSubSectionImg[6][2]='topic6_02.gif';

	

	selectedSubSectionImg[14] = new Array();
	selectedSubSectionImg[14][1]='topic14_01.gif';
	selectedSubSectionImg[14][2]='topic14_02.gif';

	var scriptBuffer='';
	var altTitle='';
	if(selectedSubSection != 0){
		if (selectedSubSection < 10){
			imagePath = imagePath+topicPath[selectedSection] + '_0' + selectedSubSection;
		}else{
			imagePath = imagePath+topicPath[selectedSection] + '_' + selectedSubSection;
		}

		if (subLevelSection > 0){
			if (subLevelSection < 10){
				imagePath = imagePath + '_0' + subLevelSection;
			}else{
				imagePath = imagePath + '_' + subLevelSection;	
			}
//		alert(imagePath);
		altTitle = subTitle[selectedSection+1][selectedSubSection]+' > '+subSubTitle[selectedSection+1][selectedSubSection][subLevelSection];			

		}else{
			altTitle = title[selectedSection]+' > '+subTitle[selectedSection+1][selectedSubSection];
		}

	}else{
		imagePath = imagePath+topicPath[selectedSection];
		altTitle = title[selectedSection];
	}
	
	scriptBuffer+='<a name="top"></a>';
	scriptBuffer+='<img src="'+imagePath+'.gif" alt="'+altTitle+'">'
	return scriptBuffer;
}

function getFooter() {
	var scriptBuffer='';
	scriptBuffer+='<table align="center" border="0" cellspacing="0" cellpadding="4">                    <tr valign="top">                       <td>Organiser<font face="Arial, Helvetica, sans-serif">¡G</font></td>                      <td><font face="Arial, Helvetica, sans-serif"><a href="http://www.edb.gov.hk" target="_blank"><IMG SRC="../english/images/qef_logo.gif" border="0"></a></font></td>                      <td><font face="Arial, Helvetica, sans-serif">Sponsor¡G</font></td>                      <td><font face="Arial, Helvetica, sans-serif"><a href="http://qef.org.hk" target="_blank"><IMG SRC="../english/images/emb_logo.gif" WIDTH=121 HEIGHT=42 border="0"></a></font></td>                    </tr>                    <tr valign="top">                       <td colspan="4"> <div align="center"><font face="Arial, Helvetica, sans-serif">Best                           viewed with Internet Explorer 5.0 or above and with                           800 x 600 resolution</font></div></td>                    </tr>                  </table>';
	return scriptBuffer;
}

function gettableright() {
	var scriptBuffer='';
	scriptBuffer+='<img src="'+left_menu_img_path+'table_right.gif">';
	return scriptBuffer;
}



function isArrayContain(sLink) {
	for (var i in SubLink[selectedSection]){
		if (SubLink[selectedSection][i].indexOf(sLink)!=-1) {
			return true;
		}
	}
	return false;
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}
function PopWin(url, x, y, w, h){
	url = domain_url2 + url;
    eval("popup0 = window.open(url,'popup','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,pageXOffset=300,pageYOffset=500,top=" + y + ",left=" + x +",width=" + w + ",height=" + h + "')");
        if ( popup0.focus != null){
        popup0.focus();
    }
   
}



function getLayer()
{
	var scriptBuffer='';
	var isOver='';
	
	if (document.layers)
	{document.writeln('<layer name="Popup06" top='+(topOffSet+225)+' left='+(leftOffSet+146)+' width=150 height=58 visibility="hide" onMouseOver="leftMenuMouseOver(\'6\')" onMouseOut="leftMenuMouseOut(\'6\')">');}

		
	else
	{document.writeln('<div id="Popup06" style="position:absolute; left:'+(leftOffSet+146)+'; top:'+(topOffSet+195)+'; width:150; height:58; z-index:2; visibility: hidden;">');}
	
	document.writeln('<table width="100%" border="0" alt="" cellspacing="0" cellpadding="0" onMouseOver="leftMenuMouseOver(\'6\')" onMouseOut="leftMenuMouseOut(\'6\')">');
	(selectedSection==6 && selectedSubSection==1)?isOver='_over':isOver='';document.writeln('<tr><td><a href="nominator1_index.htm" onmouseout="firstLayerMouseOut(\''+leftMenuName+'6_1\', \''+layerCommonName+'06\');" onmouseover="firstLayerMouseOver(\''+leftMenuName+'6_1\', \''+layerCommonName+'06\');"><img src="'+left_menu_img_path+'layer/icon06_01'+isOver+'.gif" name="Menu6_1" border="0" alt="'+subTitle[6][1]+'"></a></td></tr>');
	(selectedSection==6 && selectedSubSection==2)?isOver='_over':isOver='';document.writeln('<tr><td><a href="nominator2_index.htm" onmouseout="firstLayerMouseOut(\''+leftMenuName+'6_2\', \''+layerCommonName+'06\');" onmouseover="firstLayerMouseOver(\''+leftMenuName+'6_2\', \''+layerCommonName+'06\');"><img src="'+left_menu_img_path+'layer/icon06_02'+isOver+'.gif" name="Menu6_2" border="0" alt="'+subTitle[6][2]+'"></a></td></tr>');
	document.writeln('</table>');
	
	
	
	if (document.layers)
	{document.writeln('</layer>');}
	else
	{document.writeln('</div>');}


	if (document.layers)
	{document.writeln('<layer name="Popup14" top='+(topOffSet+225)+' left='+(leftOffSet+146)+' width=150 height=58 visibility="hide" onMouseOver="leftMenuMouseOver(\'14\')" onMouseOut="leftMenuMouseOut(\'14\')">');}

		
	else
	{document.writeln('<div id="Popup14" style="position:absolute; left:'+(leftOffSet+146)+'; top:'+(topOffSet+270)+'; width:150; height:58; z-index:2; visibility: hidden;">');}
	
	document.writeln('<table width="100%" border="0" alt="" cellspacing="0" cellpadding="0" onMouseOver="leftMenuMouseOver(\'14\')" onMouseOut="leftMenuMouseOut(\'14\')">');
	(selectedSection==14 && selectedSubSection==1)?isOver='_over':isOver='';document.writeln('<tr><td><a href="assesresult1.htm" onmouseout="firstLayerMouseOut(\''+leftMenuName+'14_1\', \''+layerCommonName+'14\');" onmouseover="firstLayerMouseOver(\''+leftMenuName+'14_1\', \''+layerCommonName+'14\');"><img src="'+left_menu_img_path+'layer/icon14_01'+isOver+'.gif" name="Menu14_1" border="0" alt="'+subTitle[14][1]+'"></a></td></tr>');
	(selectedSection==14 && selectedSubSection==2)?isOver='_over':isOver='';document.writeln('<tr><td><a href="assesresult2.htm" onmouseout="firstLayerMouseOut(\''+leftMenuName+'14_2\', \''+layerCommonName+'14\');" onmouseover="firstLayerMouseOver(\''+leftMenuName+'14_2\', \''+layerCommonName+'14\');"><img src="'+left_menu_img_path+'layer/icon14_02'+isOver+'.gif" name="Menu14_2" border="0" alt="'+subTitle[14][2]+'"></a></td></tr>');
	document.writeln('</table>');
	
	
	
	if (document.layers)
	{document.writeln('</layer>');}
	else
	{document.writeln('</div>');}
	
	//return scriptBuffer;
}
