﻿/*
 *  @Made by: Do Thanh Dung
 *  @Address: 60A, Ba Le Chan Street, Tan Dinh Ward, District 1, Ho Chi Minh City, Viet Nam.
 *  @Copyright (c) by WORLDCOM Group.
 *  PLEASE DO NOT USE THIS CODE WITHOUT AUTHOR'S AGREEMENT
 */
//<script language="JavaScript">
function disableselect(e){
return false
}
function reEnable(){
return true
}
//if IE4+
document.onselectstart=new Function ("return false")
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
// -->
//</script>
