<!--
function appAbout()
 {
   var MSG = "<center><b>ColorIt 2</b><br>Color your Map";
   MSG+="<br>Build: 1-6.04.07<br><br>(c) 2006-2007 Zonum Solutions</center>";
   zwin_msgbox("About",300,110,"","",MSG);
 }

function appComments()
 { 
  zfr_comments('Color-it');
 }
 
  function appForum()
  {
   Send_ResultWindow("http://forums.zonums.com/epanet","forum");
  } 

 function appDonate()
  {
   Send_ResultWindow("http://www.zonums.com/donate.php?id=colorit","help");
  }
  
 function Send_ResultWindow(url,name)
 {
  if(url=="") {url="_blank";}
  myWin = window.open(url,name,"width=490,height=440,scrollbars");
  if(myWin) {
   if (myWin.focus) {myWin.focus();} 
  }
 } 
  
-->  
