<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4522.1800" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Another way to do this is with 
innerHtml.</FONT></DIV>
<DIV><FONT face=Arial size=2>div1.innerHtml = div1.innerHtml + 
div2.outerHtml.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Other way is div2.style.position = absolute; 
div2.style.left = xx;div2.style.top = yy; in order to position the div2 in the 
right place.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Saludos, Marcos</FONT></DIV></BODY></HTML>