// Status Bar Mlaku "Status Bar Text Moving"
//message     =  "Selamat datang kami ucapkan kepada anda.....^" +
//"Anda sedang berada di situs MARQUEE EXECUTIVE OFFICES.^" 

message     =  "...:::Marquee Executive Offices:::...^" +
"...:::We provide instant office, serviced offices, virtual offices and conference facilities:::...^" 

scrollSpeed = 80
lineDelay   = 1000
// Do not change the text below //
txt         = ""
function scrollText(pos) {
if (message.charAt(pos) != '^') {
txt    = txt + message.charAt(pos)
status = txt
pauze  = scrollSpeed
}
else {
pauze = lineDelay
txt   = ""
if (pos == message.length-1) pos = -1
}
pos++
setTimeout("scrollText('"+pos+"')",pauze)
}
// Unhide -->
scrollText(0)
// Ojo Klik Tengen "Hidden Right Click" :p
if (window.Event) document.captureEvents(Event.MOUSEUP); function nocontextmenu() { event.cancelBubble = true; event.returnValue = false; return false; } function norightclick(e) { if (window.Event) { if (e.which == 2 || e.which == 3) return false; } else if (event.button == 2 || event.button == 3) { event.cancelBubble = true; event.returnValue = false; return false; } } if (document.layers) { document.captureEvents(Event.MOUSEDOWN); } document.oncontextmenu = nocontextmenu; document.onmousedown = norightclick; document.onmouseup = norightclick;
// Task Bar Mlaku "Task Bar Text Moving" :p
//var msg=" MARQUEE EXECUTIVE OFFICES";
//var speed=200;
//function ScrollTitle() {
//document.title=msg;
//msg=msg.substring(1,msg.length)+msg.charAt(0);
//setTimeout("ScrollTitle()",speed);}
//ScrollTitle();
// ogarite & Baianoe :)