// JavaScript Document
function setPointer(theRow, thePointerColor)
{
    if (thePointerColor == '' || typeof(theRow.style) == 'undefined') {
        return false;
    }
    if (typeof(document.getElementsByTagName) != 'undefined') {
        var theCells = theRow.getElementsByTagName('td');
    }
    else if (typeof(theRow.cells) != 'undefined') {
        var theCells = theRow.cells;
    }
    else {
        return false;
    }
    var rowCellsCnt  = theCells.length;
    for (var c = 0; c < rowCellsCnt; c++) {
        theCells[c].style.backgroundColor = thePointerColor;
    }
    return true;
} // end of the 'setPointer()' function 

var bookmarkurl="http://www.lienviet.net/office.php"

var bookmarktitle=" OFFICE YêuViêtNam-VietUni - www.yeuvietnam.com website "

function addbookmark(){

if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
function menu(form) {
var myindex=form.dest.selectedIndex
parent.location.href=(form.dest.options[myindex].value);
}
function openWindow(file,tx,ty) { 
  myWindow= window.open (file, 'newWindow', 'width='+tx+',height='+ty+',menubar=yes,resizable=yes,scrollbars=Yes,status=no,toolbar=no'); 
 } 
function openBouquet(file,tx,ty) { 
  myWindow= window.open (file, 'newWindow', 'width='+tx+',height='+ty+',menubar=no,resizable=yes,scrollbars=Yes,status=no,toolbar=no'); 
 }  
function openWindowNo(file,tx,ty) { 
  myWindow= window.open (file, 'newWindow', 'width='+tx+',height='+ty+',menubar=no,resizable=no,scrollbars=Yes,status=no,toolbar=no'); 
 }
function winpub2(url,WinName) { 
  myWindow= window.open (url,  WinName, 'width='+640+',height='+600+',menubar=no,resizable=yes,scrollbars=Yes,status=no,toolbar=no'); 
 }    
function winpub(url) { 
  myWindow= window.open (url, 'newWindow', 'width='+600+',height='+600+',location=0,menubar=yes,resizable=yes,scrollbars=Yes,status=yes,toolbar=yes'); 
 } 
function winpubThoisu(url,WinName) { 
  myWindow= window.open (url, WinName, 'width='+800+',height='+480+',location=1,menubar=yes,resizable=yes,scrollbars=Yes,status=yes,toolbar=yes'); 
 } 
function winpubUpload(url,WinName) { 
  myWindow= window.open (url, WinName, 'width='+800+',height='+150+',location=1,menubar=yes,resizable=yes,scrollbars=Yes,status=yes,toolbar=yes'); 
 }   
function winpubA(url) { 
  myWindow= window.open (url, 'HELP', 'width='+600+',height='+600+',location=0,menubar=no,resizable=yes,scrollbars=Yes,status=no,toolbar=no'); 
 }
function winpubN(url) { 
  myWindow= window.open (url, 'NHAC', 'width='+600+',height='+600+',location=0,menubar=yes,resizable=yes,scrollbars=Yes,status=yes,toolbar=yes'); 
 }
function winpubL(url) { 
  myWindow= window.open (url, 'LOI_BAI_HAT', 'width='+600+',height='+600+',location=0,menubar=yes,resizable=yes,scrollbars=Yes,status=yes,toolbar=yes'); 
 }
function winpubT(url) { 
  myWindow= window.open (url, 'THO', 'width='+600+',height='+600+',location=0,menubar=yes,resizable=yes,scrollbars=Yes,status=yes,toolbar=yes'); 
 }
function winpubH(url) { 
  myWindow= window.open (url, 'TRANH', 'width='+600+',height='+600+',location=0,menubar=yes,resizable=yes,scrollbars=Yes,status=yes,toolbar=yes'); 
 } 
function winpubM(url) { 
  myWindow= window.open (url, 'MESS', 'width='+500+',height='+455+',location=0,menubar=yes,resizable=yes,scrollbars=Yes,status=yes,toolbar=yes'); 
 }  
 function winpubYvn(url) { 
  myWindow= window.open (url, 'YEU_VIETNAM', 'width='+600+',height='+600+',location=1,menubar=yes,resizable=yes,scrollbars=Yes,status=yes,toolbar=yes'); 
 }
