var arrMenu=new Array("","./index.html","./aboutus.html","business.html","investor.html","media.html","contactus.html");


var ddmAbout=new Array("","./about_profile.html","./about_milestone.html","./about_structure.html","./about_chairman.html","./about_governance.html","./about_mgt.html");
var ddmBusiness=new Array("","./bus_gaming.html","./bus_hotel.html","./bus_travel.html");
var ddmInvestor=new Array("","./ir_highlight.html","./ir_report.html","./ir_annoucement.html","./ir_circular.html","./ir_research.html","./ir_stock.html");
var ddmMedia=new Array("","./media_press.html","./media_interview.html","./media_gallery.html");
var ddmContact=new Array("","./contact.html","","","");




var subMenuColor="#000000";
var subMenuColorO="#999999";


var overColor="#888888";
//var defaultColor="#ffffff";
var defaultColor="#000000";
var defaultFontColor="#ffffff";
//var defaultFontOverColor="#000000";
var defaultFontOverColor="#ffffff";

var arrPic=new Array("","./img/m_1.jpg","./img/m_2.jpg","./img/m_3.jpg","./img/m_4.jpg","./img/m_5.jpg","./img/m_6.jpg");
var arrPicOver=new Array("","./img/mo_1.jpg","./img/mo_2.jpg","./img/mo_3.jpg","./img/mo_4.jpg","./img/mo_5.jpg","./img/mo_6.jpg");
var arrPic2=new Array("","./img/l_1.jpg","./img/l_2.jpg","./img/l_3.jpg","./img/l_4.jpg","./img/l_5.jpg");
var arrPicOver2=new Array("","./img/lo_1.jpg","./img/lo_2.jpg","./img/lo_3.jpg","./img/lo_4.jpg","./img/lo_5.jpg");

//var arrDdmenuLeftDefault=new Array(0,30,135,237,415,534,672);
var bodyLeft=0;

function over(over,number,id){
if(over){
document.getElementById(id).src=arrPicOver[number];
}else{
document.getElementById(id).src=arrPic[number];
}
}
function over2(over,number,id){
if(over){
document.getElementById(id).src=arrPicOver2[number];
}else{
document.getElementById(id).src=arrPic2[number];
}
}
function setOverColor(theColor){
overColor=theColor;
}

function getOverColor(){
	return overColor;
}


function wopen(url){
	window.open(url,'_self');
}

function wopenpic(url){
	window.open(url,'_blank','width=685,height=525,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1');
}