function setHomePage() {
  if (document.all) 
  {
    document.body.style.behavior = "url(#default#homepage)";
    document.body.setHomePage('http://www.licom.com.vn');
  }
  else
    alert("only works in IE 4.0 or higher!");
}
function CreateControlFlash(UrlObjectID, WIDTH, HEIGHT)
{
  document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'"); 
  document.write("codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='" + WIDTH + "' height='" + HEIGHT + "'>" );
  document.write("<param name='movie' value='" + UrlObjectID + "' />");
  document.write("<param name='quality' value='high' />");
 // document.write("<PARAM NAME='WMode' VALUE='Transparent'/>");
  document.write("<embed src='" + UrlObjectID + "' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='" + WIDTH + "' height='" + HEIGHT + "' ></embed></object> " );
 
}	
