function right(e) {
if (navigator.appName =='Netscape'&&
(e.which ==3|| e.which ==2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' &&
(event.button == 2|| event.button ==3)) {
alert("Don't Copy. Thanks!");
return false;
}
return true;
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;

var msg="祥安(全港)廿四小時 - 鎖類．水電．通渠 (電話﹕2567 4459)   Cheung On 24 Hours Locksmith Electrical & Plumbing Centre (Tel: 2567 4459)";
var interval = 100;
var spacelen = 120;
var space10=" ";
var seq=0;
function Scroll() {
len = msg.length;
window.status = msg.substring(0, seq+1);
seq++;
if ( seq >= len ) { 
seq = spacelen; 
window.setTimeout("Scroll2();", interval );
}
else
window.setTimeout("Scroll();", interval );
}
function Scroll2() {
var out="";
for (i=1; i<=spacelen/space10.length; i++) out += space10;
out = out + msg;
len=out.length;
window.status=out.substring(seq, len);
seq++;
if ( seq >= len ) { seq = 0; };
window.setTimeout("Scroll2();", interval );
}

if (document.all)
document.body.style.cssText="border:12 ridge purple"

function GoToHome(strURL) {
	window.location.href = "http://www.openlock24hrs.com.hk/" + strURL;	
}

function GoToURL(strURL) {
	window.location.href = strURL;	
}
