<!--
function LoadWindows()
{
coffeeWin=window.open("","coffeeWin","toolbar=no,width=168,height=130,directories=no,menubar=no,SCROLLBARS=no");
coffeeWin.document.write("<HTML>");
coffeeWin.document.write("<HEAD>");
coffeeWin.document.write("</HEAD>");
coffeeWin.document.write("<BODY topmargin='0' leftmargin='0'>");
coffeeWin.document.write("<A HREF='home_da_css.html' TARGET=MAIN><IMG SRC='../pic/navani.gif'></A>");
coffeeWin.document.write("</BODY>");
coffeeWin.document.write("</HTML>");
}
function UnLoadWindows()
{
setTimeout("coffeeWin.window.close()",6000);
}
//-->
