var cText = '';
cText += '<ul class="menulist" id="listMenuRoot">';
cText += '<li><a href="/">Home</a></li>';
cText += '<li><a href="#">Corporate</a>';
cText += '<ul>';
cText += '<li style="border: 1px solid White; padding:3px"><a href="/aboutus/profile.htm">Company Profile</a></li>';
cText += '<li style="border: 1px solid White; padding:3px"><a href="/aboutus/director.htm">Director and Management</a></li>';
cText += '<li style="border: 1px solid White; padding:3px"><a href="/aboutus/coporate.htm">Corporate Directory</a></li>';
//cText += '<li style="border: 1px solid White; padding:3px"><a href="/aboutus/tenement.htm">Our Tenements</a></li>';
cText += '<li style="border: 1px solid White; padding:3px"><a href="/aboutus/governance.htm">Corporate Governance</a>';

cText += '<ul>';
cText += '<li style="border: 1px solid White; padding:3px"><a href="/aboutus/audit.htm">Ishine Audit Committee Charter</a></li>';
cText += '<li style="border: 1px solid White; padding:3px"><a href="/aboutus/board.htm">Ishine Board Charter</a></li>';
cText += '<li style="border: 1px solid White; padding:3px"><a href="/aboutus/board_code.htm">Ishine Board Code of Conduct</a></li>';
cText += '<li style="border: 1px solid White; padding:3px"><a href="/aboutus/remuneration.htm">Ishine Remuneration Commitee Policy</a></li>';
cText += '<li style="border: 1px solid White; padding:3px"><a href="/aboutus/share_trading.htm">Ishine Share Trading Policy</a></li>';

cText += '</ul></li>';
cText += '</ul></li>';
cText += '<li><a href="#">Project</a>';
cText += '<ul>';
cText += '<li style="border: 1px solid White; padding:3px"><a href="/project/project.htm">Project</a></li>';
cText += '<li style="border: 1px solid White; padding:3px"><a href="/project/overview.htm">Project Overview</a></li>';
cText += '<li style="border: 1px solid White; padding:3px"><a href="/project/summary/index.htm">Summary</a>';
cText += '<ul>';
cText += '<li style="border: 1px solid White; padding:3px"><a href="/project/summary/advanced.htm">Advance Exploration Pojects</a></li>';
cText += '<li style="border: 1px solid White; padding:3px"><a href="/project/summary/new.htm">New Exploration Licence Applied</a></li>';
cText += '<li style="border: 1px solid White; padding:3px"><a href="/project/summary/strategic.htm">Strategic Share Holder of Athena Ltd</a></li>';
cText += '</ul></li>'
cText += '<li style="border: 1px solid White; padding:3px"><a href="/project/programs.htm">Programs & Budgets</a></li>';
cText += '</ul></li>';
cText += '<li><a href="#">Investment Highlights</a>';
cText += '<ul>';
cText += '<li style="border: 1px solid White; padding:3px"><a href="/highlights/investment.htm">Investment Highlight</a></li>';
cText += '<li style="border: 1px solid White; padding:3px"><a href="/highlights/annoucement.htm">Recent Announcement</a></li>';
cText += '<li style="border: 1px solid White; padding:3px"><a href="/media/media.htm">Media</a></li>';
cText += '</ul></li>';
cText += '<li><a href="/download/download.htm">Download</a></li>';
cText += '<li><a href="/contactus/contactus.htm">Contact Us</a></li>';
cText += '<li style="float:right;padding-bottom:2px"><a href="/chinese/index.htm"><img border="0" src="/assets/images/chinese.jpg" /></a></li></ul>';


document.write(cText);
                                
var listMenu = new FSMenu('listMenu', true, 'display', 'block', 'none');

listMenu.animations[listMenu.animations.length] = FSMenu.animFade;
listMenu.animations[listMenu.animations.length] = FSMenu.animSwipeDown;
//listMenu.animations[listMenu.animations.length] = FSMenu.animClipDown;

var arrow = null;
if (document.createElement && document.documentElement) {
    arrow = document.createElement('span');
    arrow.appendChild(document.createTextNode('>'));
    // Feel free to replace the above two lines with these for a small arrow image...
    //arrow = document.createElement('img');
    //arrow.src = 'arrow.gif';
    //arrow.style.borderWidth = '0';
    arrow.className = 'subind';
}
addReadyEvent(new Function('listMenu.activateMenu("listMenuRoot", arrow)'));

                                
                                
                                
                                
                                
                                
                                
                                
                                
                                
                                
                                
                                
                                
                                
                                
                                



                                 
                                 
                                       
                                       
                                       
