
<!--
function fwLoadMenus() {
/*contoh penambahan dropdown menu
  if (window.fw_menu_1) return;
  window.fw_menu_1 = new Menu("root",102,18,"Arial, Helvetica, sans-serif",11,"#333366","#ffffff","#E0EAE8","#A63D38");
  fw_menu_1.addMenuItem("Menu 1","window.open('#', '_self');");
  fw_menu_1.addMenuItem("Menu 2","window.open('#', '_self');");
  fw_menu_1.addMenuItem("Menu 3","window.open('#', '_self');");
  fw_menu_1.hideOnMouseOut=true;
*/
  
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",134,20,"Arial, Helvetica, sans-serif",11,"#ffffff","#ffffff","#CC0033","#000000");
  fw_menu_0.addMenuItem("Our Profile","window.open('/about_profile.cfm', '_self');");
  <!--- fw_menu_0.addMenuItem("Our Identity","window.open('/about_identity.cfm', '_self');"); --->
  fw_menu_0.addMenuItem("Our Achievements","window.open('/about_achievements.cfm', '_self');");
//  fw_menu_0.addMenuItem("CEO Letters","window.open('about_ceo.cfm', '_self');");
  fw_menu_0.addMenuItem("Board of Directors","window.open('/about_management.cfm', '_self');");
  fw_menu_0.addMenuItem("Board of Commissioners","window.open('/about_Commissioners.cfm', '_self');");
  fw_menu_0.addMenuItem("Directory","window.open('/about_directory.cfm', '_self');");
  fw_menu_0.hideOnMouseOut=true;
  
  if (window.fw_menu_1) return;
  window.fw_menu_1 = new Menu("root",134,20,"Arial, Helvetica, sans-serif",11,"#ffffff","#ffffff","#CC0033","#000000");
  fw_menu_1.addMenuItem("Equity & Debt Cap.Mrkt","window.open('/services_broker.cfm', '_self');");
  fw_menu_1.addMenuItem("Asset Management","window.open('/services_asset.cfm', '_self');");
  fw_menu_1.addMenuItem("Investment Banking","window.open('/services_investment.cfm', '_self');");
  fw_menu_1.hideOnMouseOut=true;
  
  if (window.fw_menu_2) return;
  window.fw_menu_2 = new Menu("root",200,20,"Arial, Helvetica, sans-serif",11,"#ffffff","#ffffff","#CC0033","#000000");
//  fw_menu_2.addMenuItem("Introduction","window.open('investor.cfm', '_self');");
  fw_menu_2.addMenuItem("Welcome to TRIM Investor Relations","window.open('/investor.cfm', '_self');");
  fw_menu_2.addMenuItem("Financial Information","window.open('/investor_financial.cfm', '_self');");    
  fw_menu_2.addMenuItem("News Room","window.open('/investor_newsroom.cfm', '_self');");
  fw_menu_2.addMenuItem("Presentation Materials","window.open('/investor_presentation.cfm', '_self');");
  <!--- fw_menu_2.addMenuItem("Corporate Data","window.open('/investor_corporate.cfm', '_self');"); --->
  fw_menu_2.addMenuItem("Contact Us","window.open('/investor_contactus.cfm', '_self');");
  fw_menu_2.hideOnMouseOut=true;
     
//window.FW_showMenu(window.fw_menu_0,145,29)
//  fw_menu_1.writeMenus();
  fw_menu_0.writeMenus();
  fw_menu_1.writeMenus();
  fw_menu_2.writeMenus();
}

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_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_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_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}
//-->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Original:  Chris (javascript@crashedstar.com) -->
<!-- Web Site:  http://www.crashedstar.com/ -->

<!-- Begin
var dayarray=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var montharray=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
function getthedate(){
var mydate=new Date()
var year=mydate.getYear()
if (year < 1000)
year+=1900
var day=mydate.getDay()
var month=mydate.getMonth()
var daym=mydate.getDate()
if (daym<10)
daym="0"+daym
var hours=mydate.getHours()
var minutes=mydate.getMinutes()
var seconds=mydate.getSeconds()
var dn="AM"
if (hours>=12)
dn="PM"
if (hours>12){
hours=hours-12
}
{
 d = new Date();
 Time24H = new Date();
 Time24H.setTime(d.getTime() + (d.getTimezoneOffset()*60000) + 3600000);
 InternetTime = Math.round((Time24H.getHours()*60+Time24H.getMinutes()) / 1.44);
 if (InternetTime < 10) InternetTime = '00'+InternetTime;
 else if (InternetTime < 100) InternetTime = '0'+InternetTime;
}
if (hours==0)
hours=12
if (minutes<=9)
minutes="0"+minutes
if (seconds<=9)
seconds="0"+seconds
//change font size here
var cdate=dayarray[day]+", "+montharray[month]+" "+daym+" "+year+" | "+hours+":"+minutes+":"+seconds+" "+dn+""
if (document.all)
document.all.clock.innerHTML=cdate
else if (document.getElementById)
document.getElementById("clock").innerHTML=cdate
else
document.write(cdate)
}
if (!document.all&&!document.getElementById)
getthedate()
function goforit(){
if (document.all||document.getElementById)
setInterval("getthedate()",1000)
}

window.onload=goforit
//  End -->

function OpenReport(rpt){
	var win=window.open('/laporan/' + rpt,'report', 'tollbar=0,width=800,height=600');
	win.focus();
}