// Common JavaScript functions/////////////////////////////////////////////////////////////////////function DisplayNavLeft(){    document.open();    document.writeln("<div id='navleft'>");    document.writeln("<h1><a href='index.html'>Home</a></h1>");    document.writeln("<table><tbody><tr><td height=300 width=198 background='img/at_products_bg.gif'>");    document.writeln("<br><br><br><br><br>");    document.writeln("<br>");    document.writeln("<a href='xxledit.html'><img align=center src='img/xxledit_btn.jpg' border=0 alt='XXLEdit - word processing productivity booster' />");    document.writeln("</a>");    document.writeln("<img align=center src='img/d1.gif' border=0>");    document.writeln("<a href='xxleditpro.html'><img align=center src='img/xxleditpro.jpg' border=0 alt='XXLEdit Pro - text processing power being unleashed' />");    document.writeln("</a>");    document.writeln("<img align=center src='img/d1.gif' border=0>");	document.writeln("<a href='informaizer.html'><img align=center src='img/informaizer.jpg' border=0 alt='Informaizer - organizing power you are dreaming of' />");    document.writeln("</a>");    document.writeln("<img align=center src='img/d1.gif' border=0>");    document.writeln("<a href='linkoscope.html'><img align=center src='img/linkoscope.jpg' border=0 alt='Linkoscope - automates your daily routine via bookmarks'>");    document.writeln("</a>");    document.writeln("<img align=center src='img/d1.gif' border=0>");    document.writeln("<a href='favenotes.html'><img align=center src='img/favenotes.jpg' border=0 alt='Favenotes - makes saving clips from web-pages easier'>");    document.writeln("</a>");    document.writeln("<img align=center src='img/d1.gif' border=0>");    document.writeln("<a href='gigaply.html'><img align=center src='img/gigaply.jpg' border=0 alt='Gigaply - saves your time on calculations'>");    document.writeln("</a>");    document.writeln("<img align=center src='img/d1.gif' border=0>");    document.writeln("<a href='taopro.html'><img align=center src='img/taonotespro.jpg' border=0 alt='TaoNotes - advanced notetaking tool'>");    document.writeln("</a>");    document.writeln("<div align='center'>");    document.writeln("<b>Articles</b><br>");    document.writeln("<a href='multisel.html'>Multiple Selections</a><br>");    document.writeln("<a href='competitors.html'>Competitors</a><br>");    document.writeln("<a href='markgather.html'>Mark and Gather</a><br>");    document.writeln("</div>");    document.writeln("<img align=center src='img/d1.gif' border=0>");	document.writeln("<br>");    document.writeln("</td></tr></tbody></table>");        document.writeln("<table><tbody><tr><td height=300 width=198 background='img/at_services_bg.gif'>");    document.writeln("<a href='webdesign.html'><img align=center src='img/webdesign.jpg' border=0 alt='Web-design - we will help you to build effective website'>");    document.writeln("</a>");    document.writeln("<img align=center src='img/d1.gif' border=0>");    document.writeln("<a href='iconsdesign.html'><img align=center src='img/iconsdesign.jpg' border=0 alt='Icons-design - We create low-cost but quality icons and graphics for you'>");    document.writeln("</a>");    //document.writeln("<hr>");    //document.writeln("<h1>Links</h1>");    //document.writeln("<br>");    //document.writeln("<a href=pp.html'>Useful links and stuff on personal productivity</a>");    //document.writeln("<br>");        document.writeln("</td></tr></tbody></table>");     document.writeln('</div>');}/////////////////////////////////////////////////////////////////////function openPopup(url,x,y){  if (!x){x=760;};  if (!y){y=630;};  window.open(url,null,'toolbar=yes,menubar=no,resizable=yes,scrollbars=yes,width='+x+',height='+y)}/////////////////////////////////////////////////////////////////////function openPopupFixed(url,x,y){  if (!x){x=760;};  if (!y){y=630;};  window.open(url,null,'toolbar=no,status=no,menubar=no,resizable=yes,scrollbars=no,width='+x+',height='+y)}