/*Title*/
document.title='TỔNG CÔNG TY LƯƠNG THỰC MIỀN BẮC';
/*End Title*/ 
/*Banner*/
function ShowBanner(){
 AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0','width','980','height','200','src','/Attach/Banner/BannerVinafood1.swf','quality','high','pluginspage','/Attach/Banner/','movie','/Attach/Banner/BannerVinafood1.swf' ); 
 }
/*End Banner*/
/*Keyword*/
function ShowKeyword(){
 document.write('<meta name="keywords" content="Tổng hội xây dựng Việt Nam,Tổng hội,Hội,Hiệp hội,Xây dựng,Công trình,Xây dựng Việt Nam,kết cấu,Vật liệu xây dựng,Tin tức xây dựng,"'); 
}
/*End Keyword*/
/*Address*/
function ShowFooter() {
 document.writeln('<table  height="67" BORDER="0" CELLSPACING="0" cellpadding="0"><tr><td align="center" style="height:3px;" ></td></tr>'
 + '<tr><td align="center" ><span class="cssFooterName"><B>'
 + 'TỔNG C&#212;NG TY LƯƠNG THỰC MIỀN BẮC' 
 + '</B></span></td></tr>' 
     + '<tr><td align="center" ><span class="cssFooter">' 
     + 'Trụ sở ch&#237;nh: Số 6 Ng&#244; Quyền, Quận Ho&#224;n Kiếm, Th&#224;nh phố H&#224; Nội</span> <span class="cssFooter">*</span> ' 
     + '<span class="cssFooter">.</span></td></tr>' 
     + '<tr><td align="center" >' 
     + '        <span class="cssFooter">Tel:(84)4 39264466 </span>' 
     + '        <span class="cssFooter">*</span>' 
     + '        <span class="cssFooter">Fax:(84)4 39264477</span>' 
     + '        <span class="cssFooter">*</span>' 
     + '        <span class="cssFooter">Email:vinafood1@vinafood1.com.vn</span>'
     + '    </td>' 
     + '</tr>' 
 + '<tr><td align="center" ><span class="cssFooter">'
 + 'Bản Quyền:Giấy ph&#233;p thiết lập Website tr&#234;n INTERNET số 108/GP-TTĐT ng&#224;y 28-08-2009.' 
 + '</span></td></tr>' 
     + '<tr><td align="center" >' 
     + '       <span class="cssFooter"><a class="cssFooterCopyRight" href="http://vinavicoit.com.vn" >'
     + '       <span class="cssFooterCopyRight" >Copyright © 2009 - Designed by VINAVICO Infortech.,JSC</span></a>' 
     + ' </td></tr>' 
     + '<tr><td align="center" style="height:4px;" ></td></tr></TABLE>');
}
/*End Address*/
/*WebLinks*/
function ShowWebLinks() {
 document.write('<select id="WebLink" onchange="window.open(this.options[this.selectedIndex].value,\'_blank\');'
 + 'this.options[0].selected=true" style="width:98%;">'
 + '<option value="0">-----------Liên kết Website-------------</option>'
 + '<option value="2">Ch&#237;nh phủ</option>'
 + '<option value="http://www.chinhphu.vn">--Cổng th&#244;ng tin ch&#237;nh phủ</option>'
 + '<option value="3">C&#225;c Bộ, Ban ng&#224;nh, Hiệp hội</option>'
 + '<option value="http://www.agroviet.gov.vn">--Bộ N&#244;ng nghiệp v&#224; Ph&#225;t Triển N&#244;ng th&#244;n</option>'
 + '<option value="http://www.mof.gov.vn">--Bộ T&#224;i Ch&#237;nh</option>'
 + '<option value="http://www.mot.gov.vn">--Bộ C&#244;ng Thương</option>'
 + '<option value="http://www.vietfood.org.vn">--Hiệp hội lương thực Việt Nam</option>'
 + '<option value="11">B&#225;o ch&#237;</option>'
 + '<option value="http://www.nongnghiep.vn">--B&#225;o n&#244;ng nghiệp Việt Nam</option>'
 + '</select>'); 
}
/*End WebLinks*/

/*WebLinksPartner*/
function ShowWebLinksPartner() {
 document.write('<select id="WebLink" onchange="window.open(this.options[this.selectedIndex].value,\'_blank\');'
 + 'this.options[0].selected=true" style="width:98%;">'
 + '<option value="0">-----------Liên kết Website-------------</option>'
 + '<option value="1">Ng&#226;n h&#224;ng</option>'
 + '<option value="http://www.agribank.com.vn">--Ng&#226;n h&#224;ng N&#244;ng Nghiệp v&#224; Ph&#225;t triển N&#244;ng th&#244;n Việt Nam</option>'
 + '<option value="http://www.vietinbank.vn">--Ng&#226;n h&#224;ng C&#244;ng thương Việt Nam</option>'
 + '<option value="http://www.bidv.com.vn">--Ng&#226;n h&#224;ng Đầu tư v&#224; Ph&#225;t triển Việt Nam</option>'
 + '<option value="http://www.vcb.com.vn">--Ng&#226;n h&#224;ng Thương mại cổ phần Ngoại Thương Việt Nam</option>'
 + '</select>'); 
}
/*End WebLinksPartner*/
/*Video*/
function showVideoClips(FolderVideoID) {
 var sLink = '';	
 var sList = '';
 var iMaxItem = 3;	
 sLink = 'Attach/Client/XML/ClipsVideo1.xml'; 
 AjaxRequest.get( 
 { 
 'url':sLink 
 ,'onSuccess':function(req){	 
 sList = sList.concat('<ul>');		 
 var iCount=0;			 
 if(FolderVideoID == 0) {				 
 	for (var i=0;i<req.responseXML.getElementsByTagName('ID').length;i++) {				 
 		if(req.responseXML.getElementsByTagName('ID')[i].getElementsByTagName('ID').length > 0) { 
 		with(req.responseXML.getElementsByTagName('ID').item(i)) { 
 			if(iCount < iMaxItem) { 
 				if(i==0) { 
 					showVideoClipsObject(getNodeValue(getElementsByTagName('Title')),getNodeValue(getElementsByTagName('URL')),getNodeValue(getElementsByTagName('IP'))); 
 				} 
 				else { 
 					sList = sList.concat('<li><a href="javascript:showVideoClips('); 
 					sList = sList.concat(getNodeValue(getElementsByTagName('ID'))); 
 					sList = sList.concat(');" class="cssHotNewHomeTitle">'); 
 					sList = sList.concat(getNodeValue(getElementsByTagName('Title'))); 
 					sList = sList.concat('</a></li>'); 
 				} 
 				iCount++; 
 			} 
 			else { 
 				break; 
 			} 
 		} 
 	} 
 } 
 } 
 else { 
 for (var i=0;i<req.responseXML.getElementsByTagName('ID').length;i++) { 
 	if(req.responseXML.getElementsByTagName('ID')[i].getElementsByTagName('ID').length > 0) {	 
 		with(req.responseXML.getElementsByTagName('ID').item(i)) { 
 			if(iCount < iMaxItem) { 
 				if(parseInt(getNodeValue(getElementsByTagName('ID'))) == FolderVideoID) { 
 					showVideoClipsObject(getNodeValue(getElementsByTagName('Title')),getNodeValue(getElementsByTagName('URL')),getNodeValue(getElementsByTagName('IP'))); 
 				} 
 				else { 
 					sList = sList.concat('<li><a href="javascript:showVideoClips('); 
 					sList = sList.concat(getNodeValue(getElementsByTagName('ID'))); 
 					sList = sList.concat(');" class="cssHotNewHomeTitle">'); 
 					sList = sList.concat(getNodeValue(getElementsByTagName('Title'))); 
 					sList = sList.concat('</a></li>'); 
 				} 
 				iCount++; 
 			}	 
 			else { 
 				break; 
 			} 
 		} 
 	} 
 } 
 } 
 sList = sList.concat('</ul>'); 
 gmobj('MediaList').innerHTML = sList;	 
 } 
 ,'onError':function(req){ 
 gmobj("divVideo").innerHTML=req.statusText; 
 } 
 } 
 ) 
 }
/*End Video*/
function getNodeValue(o){	
	try	{
		return o.item(0).firstChild.nodeValue;
	}
	catch(err) {
		return '';
	}
}
function showVideoClipsObject(title,path,imagepath) {
	//gmobj('video-title').innerHTML 	= title;					
	var so = new SWFObject('Flash/mediaplayer.swf','MediaPlayer','241','230','8');
	so.addParam('allowscriptaccess','always');
	so.addParam('allowfullscreen','true');
	so.addVariable('width','241');
	so.addVariable('height','230');
	so.addVariable('file', path);		
	if(imagepath==''){
		so.addVariable('image','/Images/THXDVN.jpg');
	}
	else{		
		so.addVariable('image',imagepath);
	}
	so.write('VideoClipViewFlash');
}
/*Picture*/
function showPictureClips(FolderPictureID) {
 var sLink = '';	
 var sList = '';
 var iMaxItem = 3;	
 sLink = 'Attach/Client/XML/ClipsPicture1.xml'; 
 AjaxRequest.get( 
 { 
 'url':sLink 
 ,'onSuccess':function(req){	 
 sList = sList.concat('<ul>');		 
 var iCount=0;			 
 if(FolderPictureID == 0) {				 
 	for (var i=0;i<req.responseXML.getElementsByTagName('ID').length;i++) {				 
 		if(req.responseXML.getElementsByTagName('ID')[i].getElementsByTagName('ID').length > 0) { 
 		with(req.responseXML.getElementsByTagName('ID').item(i)) { 
 			if(iCount < iMaxItem) { 
 				if(i==0) { 
 					showPictureClipsObject(getNodeValue(getElementsByTagName('ID')),getNodeValue(getElementsByTagName('Title'))); 
 				} 
 				else { 
 					sList = sList.concat('<li><a href="javascript:showPictureClips('); 
 					sList = sList.concat(getNodeValue(getElementsByTagName('ID'))); 
 					sList = sList.concat(');" class="cssHotNewHomeTitle">'); 
 					sList = sList.concat(getNodeValue(getElementsByTagName('Title'))); 
 					sList = sList.concat('</a></li>'); 
 				} 
 				iCount++; 
 			} 
 			else { 
 				break; 
 			} 
 		} 
 	} 
 } 
 } 
 else { 
 for (var i=0;i<req.responseXML.getElementsByTagName('ID').length;i++) { 
 	if(req.responseXML.getElementsByTagName('ID')[i].getElementsByTagName('ID').length > 0) {	 
 		with(req.responseXML.getElementsByTagName('ID').item(i)) { 
 			if(iCount < iMaxItem) { 
 				if(parseInt(getNodeValue(getElementsByTagName('ID'))) == FolderPictureID) { 
 					showPictureClipsObject(getNodeValue(getElementsByTagName('ID')),getNodeValue(getElementsByTagName('Title'))); 
 				} 
 				else { 
 					sList = sList.concat('<li><a href="javascript:showPictureClips('); 
 					sList = sList.concat(getNodeValue(getElementsByTagName('ID'))); 
 					sList = sList.concat(');" class="cssHotNewHomeTitle">'); 
 					sList = sList.concat(getNodeValue(getElementsByTagName('Title'))); 
 					sList = sList.concat('</a></li>'); 
 				} 
 				iCount++; 
 			}	 
 			else { 
 				break; 
 			} 
 		} 
 	} 
 } 
 } 
 sList = sList.concat('</ul>'); 
 gmobj('PictureList').innerHTML = sList;	 
 } 
 ,'onError':function(req){ 
 gmobj("divPicture").innerHTML=req.statusText; 
 } 
 } 
 ) 
 }

function showPictureClipsObject(id,title) {
	//gmobj('Picture-title').innerHTML 	=  title;	
    var strFlash='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ';
        strFlash=strFlash.concat(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" ";');
        strFlash=strFlash.concat(' width="235" height="160"> ');
        strFlash=strFlash.concat(' <param name="movie" value="Flash/Lighbox.swf?xml_path=FlashMakerHome.aspx?LibraryID=' + id + '" />');
        strFlash=strFlash.concat(' <param name="quality" value="high" />');
        strFlash=strFlash.concat(' <param name="allowFullScreen" value="true" />');
        strFlash=strFlash.concat(' <embed src="Flash/Lighbox.swf?xml_path=FlashMakerHome.aspx?LibraryID=' + id + '" quality="high"');
        strFlash=strFlash.concat(' pluginspage="http://www.macromedia.com/go/getflashplayer"');
        strFlash=strFlash.concat(' type="application/x-shockwave-flash" width="235" height="160" allowFullScreen="true"></embed>');
        strFlash=strFlash.concat(' </object>');
    gmobj('PictureClipViewFlash').innerHTML 	= strFlash;
}
/*End Picture*/
/*NewsHotHome*/
function ShowNewHotHome(){
 document.write('<table cellspacing="0" cellpadding="0" border="0" style="border-width:0px;width:100%;border-collapse:collapse;">'
+'<tr>'
+'    <td>'
+'        <table cellpadding="0" cellspacing="0" border="0" style="width:100%;" >'
+'            <tr>'
+'                <td style="width:50px;height:38px;">'
+'                    <table cellspacing="3" cellpadding="0" align="Center" border="0" style="height:40px;width:64px;">'
+'                        <tr>'
+'                            <td>'
+'                                <table class="cssNewsTableImage" cellspacing="2" cellpadding="0" align="Left" border="0" style="height:38px;width:50px;">'
+'                                    <tr>'
+'                                        <td>'
+'                                            <a href="default.aspx?ModuleID=127&amp;NewsID=324"><img class="cssNewsImage" '
+'src="/Attach/ImagesNew/222201213117579.jpg" '
+'                                            style="height:38px;width:50px;border-width:0px;"/> </a>'
+'                                        </td>'
+'                                    </tr>'
+'                                </table>'
+'                           </td>'
+'                       </tr>'
+'                    </table>'
+'                </td>'
+'                <td align="left" >'
+'                    <a class="cssNewsTitle" href="default.aspx?ModuleID=127&amp;NewsID=324">'
+'Tuần qua, gi&#225; gạo giảm 500 đ/kg'
+'                    </a>'
+'                </td>'
+'            </tr>'
+'            <tr>'
+'                <td colspan="2" class="cssBreakHotNews" style="height:3px;"></td>'
+'            </tr>'
+'        </table>'
+'    </td>'
+'</tr>'
+'<tr>'
+'    <td>'
+'        <table cellpadding="0" cellspacing="0" border="0" style="width:100%;" >'
+'            <tr>'
+'                <td style="width:50px;height:38px;">'
+'                    <table cellspacing="3" cellpadding="0" align="Center" border="0" style="height:40px;width:64px;">'
+'                        <tr>'
+'                            <td>'
+'                                <table class="cssNewsTableImage" cellspacing="2" cellpadding="0" align="Left" border="0" style="height:38px;width:50px;">'
+'                                    <tr>'
+'                                        <td>'
+'                                            <a href="default.aspx?ModuleID=127&amp;NewsID=323"><img class="cssNewsImage" '
+'src="/Attach/ImagesNew/17220128215991.jpg" '
+'                                            style="height:38px;width:50px;border-width:0px;"/> </a>'
+'                                        </td>'
+'                                    </tr>'
+'                                </table>'
+'                           </td>'
+'                       </tr>'
+'                    </table>'
+'                </td>'
+'                <td align="left" >'
+'                    <a class="cssNewsTitle" href="default.aspx?ModuleID=127&amp;NewsID=323">'
+'Mua tạm trữ 1 triệu tấn gạo vụ đ&#244;ng xu&#226;n'
+'                    </a>'
+'                </td>'
+'            </tr>'
+'            <tr>'
+'                <td colspan="2" class="cssBreakHotNews" style="height:3px;"></td>'
+'            </tr>'
+'        </table>'
+'    </td>'
+'</tr>'
+'<tr>'
+'    <td>'
+'        <table cellpadding="0" cellspacing="0" border="0" style="width:100%;" >'
+'            <tr>'
+'                <td style="width:50px;height:38px;">'
+'                    <table cellspacing="3" cellpadding="0" align="Center" border="0" style="height:40px;width:64px;">'
+'                        <tr>'
+'                            <td>'
+'                                <table class="cssNewsTableImage" cellspacing="2" cellpadding="0" align="Left" border="0" style="height:38px;width:50px;">'
+'                                    <tr>'
+'                                        <td>'
+'                                            <a href="default.aspx?ModuleID=127&amp;NewsID=322"><img class="cssNewsImage" '
+'src="/Attach/ImagesNew/92201294553648.jpg" '
+'                                            style="height:38px;width:50px;border-width:0px;"/> </a>'
+'                                        </td>'
+'                                    </tr>'
+'                                </table>'
+'                           </td>'
+'                       </tr>'
+'                    </table>'
+'                </td>'
+'                <td align="left" >'
+'                    <a class="cssNewsTitle" href="default.aspx?ModuleID=127&amp;NewsID=322">'
+'Th&#225;i Lan muốn hợp t&#225;c với Việt Nam để giữ gi&#225; l&#250;a gạo...'
+'                    </a>'
+'                </td>'
+'            </tr>'
+'            <tr>'
+'                <td colspan="2" class="cssBreakHotNews" style="height:3px;"></td>'
+'            </tr>'
+'        </table>'
+'    </td>'
+'</tr>'
+'<tr>'
+'    <td>'
+'        <table cellpadding="0" cellspacing="0" border="0" style="width:100%;" >'
+'            <tr>'
+'                <td style="width:50px;height:38px;">'
+'                    <table cellspacing="3" cellpadding="0" align="Center" border="0" style="height:40px;width:64px;">'
+'                        <tr>'
+'                            <td>'
+'                                <table class="cssNewsTableImage" cellspacing="2" cellpadding="0" align="Left" border="0" style="height:38px;width:50px;">'
+'                                    <tr>'
+'                                        <td>'
+'                                            <a href="default.aspx?ModuleID=127&amp;NewsID=321"><img class="cssNewsImage" '
+'src="/Attach/ImagesNew/72201281511670.jpg" '
+'                                            style="height:38px;width:50px;border-width:0px;"/> </a>'
+'                                        </td>'
+'                                    </tr>'
+'                                </table>'
+'                           </td>'
+'                       </tr>'
+'                    </table>'
+'                </td>'
+'                <td align="left" >'
+'                    <a class="cssNewsTitle" href="default.aspx?ModuleID=127&amp;NewsID=321">'
+'Xuất khẩu gạo của Th&#225;i Lan giảm mạnh'
+'                    </a>'
+'                </td>'
+'            </tr>'
+'            <tr>'
+'                <td colspan="2" class="cssBreakHotNews" style="height:3px;"></td>'
+'            </tr>'
+'        </table>'
+'    </td>'
+'</tr>'
+'<tr>'
+'    <td>'
+'        <table cellpadding="0" cellspacing="0" border="0" style="width:100%;" >'
+'            <tr>'
+'                <td style="width:50px;height:38px;">'
+'                    <table cellspacing="3" cellpadding="0" align="Center" border="0" style="height:40px;width:64px;">'
+'                        <tr>'
+'                            <td>'
+'                                <table class="cssNewsTableImage" cellspacing="2" cellpadding="0" align="Left" border="0" style="height:38px;width:50px;">'
+'                                    <tr>'
+'                                        <td>'
+'                                            <a href="default.aspx?ModuleID=127&amp;NewsID=320"><img class="cssNewsImage" '
+'src="/Attach/ImagesNew/2220128026537.jpg" '
+'                                            style="height:38px;width:50px;border-width:0px;"/> </a>'
+'                                        </td>'
+'                                    </tr>'
+'                                </table>'
+'                           </td>'
+'                       </tr>'
+'                    </table>'
+'                </td>'
+'                <td align="left" >'
+'                    <a class="cssNewsTitle" href="default.aspx?ModuleID=127&amp;NewsID=320">'
+'Đối thủ cạnh tranh mới của gạo Việt Nam'
+'                    </a>'
+'                </td>'
+'            </tr>'
+'            <tr>'
+'                <td colspan="2" class="cssBreakHotNews" style="height:3px;"></td>'
+'            </tr>'
+'        </table>'
+'    </td>'
+'</tr>'
+'<tr>'
+'    <td>'
+'        <table cellpadding="0" cellspacing="0" border="0" style="width:100%;" >'
+'            <tr>'
+'                <td style="width:50px;height:38px;">'
+'                    <table cellspacing="3" cellpadding="0" align="Center" border="0" style="height:40px;width:64px;">'
+'                        <tr>'
+'                            <td>'
+'                                <table class="cssNewsTableImage" cellspacing="2" cellpadding="0" align="Left" border="0" style="height:38px;width:50px;">'
+'                                    <tr>'
+'                                        <td>'
+'                                            <a href="default.aspx?ModuleID=123&amp;NewsID=319"><img class="cssNewsImage" '
+'src="/Attach/ImagesNew/31120121642852.jpg" '
+'                                            style="height:38px;width:50px;border-width:0px;"/> </a>'
+'                                        </td>'
+'                                    </tr>'
+'                                </table>'
+'                           </td>'
+'                       </tr>'
+'                    </table>'
+'                </td>'
+'                <td align="left" >'
+'                    <a class="cssNewsTitle" href="default.aspx?ModuleID=123&amp;NewsID=319">'
+'TCT LTMB: Gặp mặt, ch&#250;c Tết Khối Cơ quan văn ph&#242;ng đầu...'
+'                    </a>'
+'                </td>'
+'            </tr>'
+'        </table>'
+'    </td>'
+'</tr>'
+'</table>'); 
}
/*End NewsHotHome*/

/*MenuBootm*/
function ShowMenuBootm() {
 document.write('<table cellspacing="0" cellpadding="0" border="0" style="border-width:0px;height:26px;width:100%;border-collapse:collapse;">'
  + '<tr id="BottomMenu1_tblRow" valign="middle">'
  +'<td align="center" style="height:26px;">'
 + '      <img class="MenuBottomTitleBeak" src="/Attach/MenuImages/Homes.gif"  style="border-width:0px;" />'
  + '<a class="MenuBottomTitle"  href="Default.aspx">&nbsp;Trang chủ'
  + '</a>'
 + '</td>'
 + '<td align="center">'
 + '       <img class="MenuBottomBreak" style="height:26px;width:2px;border-width:0px;" />'
 + '</td>'
  +'<td align="center" style="height:26px;">'
 + '      <img class="MenuBottomTitleBeak" src="/Attach/MenuImages/Sitemap.gif"  style="border-width:0px;" />'
  + '<a class="MenuBottomTitle" href="Default.aspx?ModuleID=195">&nbsp;Sơ đồ website'
  + '</a>'
 + '</td>'
 + '<td align="center">'
 + '       <img class="MenuBottomBreak" style="height:26px;width:2px;border-width:0px;" />'
 + '</td>'
  +'<td align="center" style="height:26px;">'
 + '      <img class="MenuBottomTitleBeak" src="/Attach/MenuImages/Select Homes.gif"  style="border-width:0px;" />'
  + '<a class="MenuBottomTitle"  onclick="javascript:setAsHomePage(this);">&nbsp;Đặt  làm trang chủ'
  + '</a>'
 + '</td>'
 + '<td align="center">'
 + '       <img class="MenuBottomBreak" style="height:26px;width:2px;border-width:0px;" />'
 + '</td>'
  +'<td align="center" style="height:26px;">'
 + '      <img class="MenuBottomTitleBeak" src="/Attach/MenuImages/bookmark.gif"  style="border-width:0px;" />'
  + '<a class="MenuBottomTitle"  href="javascript:addBookmark(\'\',\'http://vinafood1.com.vn\');">&nbsp;Trang ưa thích'
  + '</a>'
 + '</td>'
 + '<td align="center">'
 + '       <img class="MenuBottomBreak" style="height:26px;width:2px;border-width:0px;" />'
 + '</td>'
  +'<td align="center" style="height:26px;">'
 + '      <img class="MenuBottomTitleBeak" src="/Attach/MenuImages/Contact.gif"  style="border-width:0px;" />'
  + '<a class="MenuBottomTitle"  href="http://mail.vinafood1.vn">&nbsp;Hòm thư'
  + '</a>'
 + '</td>'
 + '<td align="center">'
 + '       <img class="MenuBottomBreak" style="height:26px;width:2px;border-width:0px;" />'
 + '</td>'
  +'<td align="center" style="height:26px;">'
 + '      <img class="MenuBottomTitleBeak" src="/Attach/MenuImages/Advance.gif"  style="border-width:0px;" />'
  + '<a class="MenuBottomTitle" href="Default.aspx?ModuleID=193">&nbsp;Liên hệ'
  + '</a>'
 + '</td>'
 + '<td align="center">'
 + '       <img class="MenuBottomBreak" style="height:26px;width:2px;border-width:0px;" />'
 + '</td>'
  + '</tr>'
  +  '</table>');
 }
/*End MenuBootm*/
