// ################
//DwnlsiteHeader=  "http://updat8.free.fr/"
//DwnlsiteHeader1= "http://updat5.free.fr/"
//DwnlsiteHeader2= "http://update3.free.fr/"
//DwnlsiteHeader3= "http://updat6.free.fr/"
//DwnlsiteHeader4= "http://update8.free.fr/"
//DwnlsiteHeader5= "http://updat7.free.fr/"


 var today=new Date();
 var y0=today.getFullYear();

Bookmark="http://www.erightsoft.com/" 
var Anim=".SWF"

// var Digital=new Date();
// var sec=Digital.getSeconds()/5;
// var rslt1=Math.round(sec);

// if (rslt1<2)              {DwnlsiteH=DwnlsiteHeader}  else 
// if (rslt1>=2 && rslt1<4)  {DwnlsiteH=DwnlsiteHeader1} else 
// if (rslt1>=4 && rslt1<6)  {DwnlsiteH=DwnlsiteHeader2} else 
// if (rslt1>=6 && rslt1<8)  {DwnlsiteH=DwnlsiteHeader3} else 
// if (rslt1>=8 && rslt1<10) {DwnlsiteH=DwnlsiteHeader4} else 
// if (rslt1>=10)            {DwnlsiteH=DwnlsiteHeader5}

 DwnlsiteH="/"

// browser definition
var userAgent = navigator.userAgent.toLowerCase();
var is_opera  = (userAgent.indexOf('opera') != -1);
var is_saf    = ((userAgent.indexOf('applewebkit') != -1) || (navigator.vendor == "Apple Computer, Inc."));
var is_webtv  = (userAgent.indexOf('webtv') != -1);
var is_ie     = ((userAgent.indexOf('msie') != -1) && (!is_opera) && (!is_saf) && (!is_webtv));
var is_ie4    = ((is_ie) && (userAgent.indexOf("msie 4.") != -1));
var is_moz    = ((navigator.product == 'Gecko') && (!is_saf));
var is_kon    = (userAgent.indexOf('konqueror') != -1);
var is_ns     = ((userAgent.indexOf('compatible') == -1) && (userAgent.indexOf('mozilla') != -1) && (!is_opera) && (!is_webtv) && (!is_saf));
var is_ns4    = ((is_ns) && (parseInt(navigator.appVersion) == 4));
var not_MSIE  = ((is_opera) | (is_moz) | (is_kon) | (is_saf) | (is_webtv) | (is_ns) | (is_ns4));
var is_MSIE   = ((is_ie) | (is_ie4)); 
// ################

function isSafari(){
  return checkBrowser('Safari');
}

function isMSIE() {
  return checkBrowser('MSIE') && !isOpera();
}

function isOpera() {
  return checkBrowser('Opera');
}

function isNetscape() {
  return checkBrowser('Netscape');
}

function isMozilla() {
  return checkBrowser('Mozilla') && !isOpera() && !isMSIE() && !isNetscape();
}

function checkBrowser(name) {
  return navigator.userAgent.indexOf(name) > -1;
}
		 
// ################
function bookmark()
{
    document.writeln("      <td align='right'>");
    document.writeln("      <table border='0' cellpadding='0' cellspacing='0' width='100%'>");
    document.writeln("         <td style='PADDING-RIGHT: 20px; ' vAlign='bottom' align='right'>");

//    if (is_MSIE)
//     {
//       document.writeln('<A HREF="#" onClick="window.external.AddFavorite(url_site, title_site);return(false);">Bookmark</A>');
//     }
//    if (is_opera)
//     {
//       document.writeln("[CTRL+T or CTRL+D] to Bookmark")
//     }
//    if (is_moz)
//     {
//       document.writeln("[CTRL+D] to Bookmark")
//     }


    document.writeln("<form action='http://www.google.com/cse' id='cse-search-box' target='_blank'>");  
    document.writeln("<div>");   
    document.writeln("<input type='hidden' name='cx' value='partner-pub-5585283927418496:f5t3yo-f4vn' /> ");
    document.writeln("<input type='hidden' name='channel' value='7267517680' />");
    document.writeln("<input type='hidden' name='ie' value='ISO-8859-1' />");    
    document.writeln("<input type='text' name='q' size='33' />");   
    document.writeln("<input type='submit' name='sa' value='Search' />");  
    document.writeln("</div>");
    document.writeln("</form>");
    document.writeln("<script type='text/javascript' src='http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en'></script>");



    document.writeln("         </td>");
    document.writeln("      </table>");
    document.writeln("      </td>"); 
}
// ################

function nobookmark()
{
    document.writeln("      <td align='right'>");
    document.writeln("      <table border='0' cellpadding='0' cellspacing='0' width='100%'>");
    document.writeln("         <td style='PADDING-RIGHT: 20px; ' vAlign='bottom' align='right'>");
    document.writeln("         </td>");
    document.writeln("      </table>");
    document.writeln("      </td>"); 
}
// ################

function SetPhotos(site_a, site_b, site_c)
{
    document.writeln("        <div align='center'>");
    document.writeln("<img src=");document.writeln(DwnlsiteH+site_a);document.writeln("border='1' width='23%' height='120'>");

    if (site_b.search(Anim)==-1) {  
    document.writeln("<img src=");document.writeln(DwnlsiteH+site_b);document.writeln("border='1' width='52%' height='120'>");
    } else { 
    document.writeln("<embed src=");document.writeln(DwnlsiteH+'head/'+site_b);document.writeln("width='52%' height='122' quality='High' loop='true'");
    document.writeln("play='true' menu='false' scale='ExactFit' type='application/x-shockwave-flash' pluginspace='http://www.macromedia.com/go/getflashplayer'>");
    document.writeln("</embed>");
    } 

    document.writeln("<img src=");document.writeln(DwnlsiteH+site_c);document.writeln("border='1' width='23%' height='120'>");
    document.writeln("        </div> ");
}
// ################

function Header(page,logo,t_s, a,b,c)
{
    url_site=Bookmark+page
    title_site=t_s

    document.open();
    document.writeln("<table border='0' width='100%' cellspacing='0' cellpadding='0' height='50' bgcolor='#FFFFFF' background='line.gif'>");
    document.writeln("  <tr>");
    document.writeln("    <td width='160' height='50' valign='center' align='center' nowrap bgcolor='#FFFFFF'>");
    document.writeln("     <p style='text-indent: 0; margin: 0'>");
    document.writeln("     <a href=");
    document.writeln(page);
    document.writeln("><img border='0' src="); 
    document.writeln(logo); 
    document.writeln("></a></p>");
    document.writeln("    </td>");

//    if (t_s != '') { 
      bookmark()
//     } else
//      nobookmark()

    document.writeln("  </tr>");
    document.writeln("</table>");

    SetPhotos(a,b,c)
}
// ################

function Headersuper()
{
    Header('SUPER.html','ERsuper.gif','', 'site_logoa4.gif','site_logob2.jpg','site_logoc4.jpg')
} 
// ################

function DisplayNavBar()
{
    document.open();
    document.writeln("<table border='0' width='100%' cellspacing='0' cellpadding='0'>");
    document.writeln("<tr>");
    document.writeln("<td background='bkleftright.gif'>");
    document.writeln("<div align='center'>");
    document.writeln("<center>");
    document.writeln("<script type='text/javascript' language='JavaScript1.2'>");
    document.writeln("<!--");
    document.writeln("stm_bm(['mainmenu',430,'','sp.gif',0,'','',1,0,0,0,50,1,0,0,'','',0],this);");
    document.writeln("stm_bp('p0',[0,4,0,0,3,0,15,0,100,'progid:DXImageTransform.Microsoft.Fade(overlap=.5,enabled=0,Duration=0.20)',-2,'',-2,90,0,0,'#7f7f7f','#000000','bkmiddle.gif',3,0,0,'#000000']);");
    document.writeln("stm_ai('p0i0',[6,16,'transparent','separator.gif',2,15,0]);");
/////////////////////////////////////////////////////////////////////
    document.writeln("stm_ai('p0i1',[0,'Home','','',-1,-1,0,'index.html','_self','','','','',0,0,0,'','',-1,-1,0,0,1,'#f0f0f0',1,'#f0f0f0',1,'','',0,3,0,0,'#ffffff','#ffffff','#333333','#cc0000','bold 8pt Verdana','bold 8pt Verdana',0,0]);");
    document.writeln("stm_bp('p1',[1,4,-10,4,0,3,7,0,100,'',-2,'',-2,90,0,0,'#cccccc','transparent','',3,1,1,'#808080']);");
    document.writeln("stm_aix('p1i0','p0i1',[0,'eRightSoft >> HomePage','','',-1,-1,0,'home.html','_self','','','arrowred.gif','arrowred.gif',7,7,0,'','',0,0,0,0,1,'#f0f0f0',0,'#969696',0,'','',3,3,0,0,'#ffffff','#ffffff','#505050','#ffffff','11px Verdana','11px Verdana']);");
    document.writeln("stm_aix('p1i1','p0i0',[6,1,'#cccccc','',-1,-1]);");
    
    
    document.writeln("stm_ep();");
    document.writeln("stm_aix('p0i2','p0i0',[]);");
/////////////////////////////////////////////////////////////////////
    document.writeln("stm_aix('p0i3','p0i1',[0,'ShareWare','','',-1,-1,0,' ']);");
    document.writeln("stm_bpx('p2','p1',[1,4,-10,4,0,3,7,7]);");

    document.writeln("stm_aix('p2i0','p0i1',[0,'96CRYPT  ','','',-1,-1,0,'96crypt.html','_self','','','arrowred.gif','arrowred.gif',0,0,0,'arrow2red.gif','arrow2red.gif',7,7,0,0,1,'#f0f0f0',0,'#969696',0,'','',3,3,0,0,'#ffffff','#ffffff','#505050','#ffffff','bold 11px Verdana','bold 11px Verdana']);");
    document.writeln("stm_bpx('p2','p1',[1,4,110,-20]);");
    document.writeln("stm_aix('p2i0','p1i1',[0,'Features','','',-1,-1,0,'96crypt.html','_self','','','arrowred.gif','arrowred.gif',7,7,0,'','',0,0,0,0,1,'#f0f0f0',0,'#969696',0,'','',3,3,0,0,'#ffffff','#ffffff','#505050','#ffffff','11px Verdana','11px Verdana']);");
    document.writeln("stm_aix('p2i1','p1i0',[6,1,'#cccccc','',-1,-1]);");
    document.writeln("stm_aix('p2i2','p1i1',[0,'Minimum Requirements','','',-1,-1,0,'96crypt.html#Top2','_self','','','arrowred.gif','arrowred.gif',7,7,0,'','',0,0,0,0,1,'#ffffff',0,'#969696',0,'','',3,3,0,0,'#ffffff','#ffffff','#505050','#ffffff','11px Verdana','11px Verdana']);");
    document.writeln("stm_aix('p2i3','p1i0',[6,1,'#cccccc','',-1,-1]);");
    document.writeln("stm_aix('p2i4','p1i1',[0,'Download','','',-1,-1,0,'96crypt.html#Top3','_self','','','arrowred.gif','arrowred.gif',7,7,0,'','',0,0,0,0,1,'#f0f0f0',0,'#969696',0,'','',3,3,0,0,'#ffffff','#ffffff','#505050','#ffffff','11px Verdana','11px Verdana']);");
    document.writeln("stm_aix('p2i5','p1i0',[6,1,'#cccccc','',-1,-1]);");
    document.writeln("stm_aix('p2i6','p1i1',[0,'Uninstall','','',-1,-1,0,'96crypt.html#Down','_self','','','arrowred.gif','arrowred.gif',7,7,0,'','',0,0,0,0,1,'#ffffff',0,'#969696',0,'','',3,3,0,0,'#ffffff','#ffffff','#505050','#ffffff','11px Verdana','11px Verdana']);");
    document.writeln("stm_aix('p2i7','p1i0',[6,1,'#cccccc','',-1,-1]);");
    document.writeln("stm_aix('p2i8','p1i1',[0,'Online HELP','','',-1,-1,0,'./help/UserGuide.htm','_self','','','arrowred.gif','arrowred.gif',7,7,0,'','',0,0,0,0,1,'#f0f0f0',0,'#969696',0,'','',3,3,0,0,'#ffffff','#ffffff','#505050','#ffffff','11px Verdana','11px Verdana']);");
    document.writeln("stm_aix('p2i9','p1i0',[6,1,'#cccccc','',-1,-1]);");

    document.writeln("stm_ep();");
    document.writeln("stm_aix('p2i1','p1i1',[]);");
    document.writeln("stm_ep();");
    document.writeln("stm_aix('p0i4','p0i0',[]);");
/////////////////////////////////////////////////////////////////////
    document.writeln("stm_aix('p0i9','p0i1',[0,'FreeWare','','',-1,-1,0,' ']);");
    document.writeln("stm_bpx('p3','p1',[1,4,-10,4,0,3,7,7]);");

    document.writeln("stm_aix('p3i0','p0i1',[0,'SUPER &copy;','','',-1,-1,0,'SUPER.html','_self','','','arrowred.gif','arrowred.gif',0,0,0,'arrow2red.gif','arrow2red.gif',7,7,0,0,1,'#f0f0f0',0,'#969696',0,'','',3,3,0,0,'#ffffff','#ffffff','#505050','#ffffff','bold 11px Verdana','bold 11px Verdana']);");
    document.writeln("stm_bpx('p3','p1',[1,4,105,-20]);");
    document.writeln("stm_aix('p3i0','p1i1',[0,'Features','','',-1,-1,0,'SUPER.html','_self','','','arrowred.gif','arrowred.gif',7,7,0,'','',0,0,0,0,1,'#f0f0f0',0,'#969696',0,'','',3,3,0,0,'#ffffff','#ffffff','#505050','#ffffff','11px Verdana','11px Verdana']);");
    document.writeln("stm_aix('p3i1','p1i0',[6,1,'#cccccc','',-1,-1]);");
    document.writeln("stm_aix('p3i2','p1i1',[0,'H.264/AVC Support','','',-1,-1,0,'SUPER.html#AVC','_self','','','arrowred.gif','arrowred.gif',7,7,0,'','',0,0,0,0,1,'#ffffff',0,'#969696',0,'','',3,3,0,0,'#ffffff','#ffffff','#505050','#ffffff','11px Verdana','11px Verdana']);");
    document.writeln("stm_aix('p3i3','p1i0',[6,1,'#cccccc','',-1,-1]);");
    document.writeln("stm_aix('p3i4','p1i1',[0,'AviSynth Support','','',-1,-1,0,'SUPER.html#Avis','_self','','','arrowred.gif','arrowred.gif',7,7,0,'','',0,0,0,0,1,'#f0f0f0',0,'#969696',0,'','',3,3,0,0,'#ffffff','#ffffff','#505050','#ffffff','11px Verdana','11px Verdana']);");
    document.writeln("stm_aix('p3i5','p1i0',[6,1,'#cccccc','',-1,-1]);");
    document.writeln("stm_aix('p3i6','p1i1',[0,'Download','','',-1,-1,0,'SUPER.html#Dnload','_self','','','arrowred.gif','arrowred.gif',7,7,0,'','',0,0,0,0,1,'#ffffff',0,'#969696',0,'','',3,3,0,0,'#ffffff','#ffffff','#505050','#ffffff','11px Verdana','11px Verdana']);");
    document.writeln("stm_aix('p3i7','p1i0',[6,1,'#cccccc','',-1,-1]);");
    document.writeln("stm_aix('p3i8','p1i1',[0,'SUPER &copy; Options','','',-1,-1,0,'dsd.html','_self','','','arrowred.gif','arrowred.gif',7,7,0,'','',0,0,0,0,1,'#f0f0f0',0,'#969696',0,'','',3,3,0,0,'#ffffff','#ffffff','#505050','#ffffff','11px Verdana','11px Verdana']);");
    document.writeln("stm_aix('p3i9','p1i0',[6,1,'#cccccc','',-1,-1]);");
    document.writeln("stm_aix('p3i8','p1i1',[0,'FAQ','','',-1,-1,0,'faqt.html','_self','','','arrowred.gif','arrowred.gif',7,7,0,'','',0,0,0,0,1,'#ffffff',0,'#969696',0,'','',3,3,0,0,'#ffffff','#ffffff','#505050','#ffffff','11px Verdana','11px Verdana']);");
    document.writeln("stm_aix('p3i9','p1i0',[6,1,'#cccccc','',-1,-1]);");

/////    document.writeln("stm_ep();");
/////    document.writeln("stm_aix('p3i1','p1i1',[]);");

/////    document.writeln("stm_aix('p3i2','p1i0',[0,'S.Y.M.P.A','','',-1,-1,0,'sympa.html','_self','','','arrowred.gif','arrowred.gif',0,0,0,'arrow2red.gif','arrow2red.gif',7,7,0,0,1,'#ffffff',0,'#969696',0,'','',3,3,0,0,'#ffffff','#ffffff','#505050','#ffffff','bold 11px Verdana','bold 11px Verdana']);");
/////    document.writeln("stm_bpx('p3','p1',[1,4,105,-20]);");
/////    document.writeln("stm_aix('p3i0','p1i1',[0,'Features','','',-1,-1,0,'sympa.html','_self','','','arrowred.gif','arrowred.gif',7,7,0,'','',0,0,0,0,1,'#f0f0f0',0,'#969696',0,'','',3,3,0,0,'#ffffff','#ffffff','#505050','#ffffff','11px Verdana','11px Verdana']);");
/////    document.writeln("stm_aix('p3i1','p1i0',[6,1,'#cccccc','',-1,-1]);");
/////    document.writeln("stm_aix('p3i2','p1i1',[0,'Download','','',-1,-1,0,'sympa.html#Down','_self','','','arrowred.gif','arrowred.gif',7,7,0,'','',0,0,0,0,1,'#ffffff',0,'#969696',0,'','',3,3,0,0,'#ffffff','#ffffff','#505050','#ffffff','11px Verdana','11px Verdana']);");
/////    document.writeln("stm_aix('p3i3','p1i0',[6,1,'#cccccc','',-1,-1]);");

    document.writeln("stm_ep();");
    document.writeln("stm_aix('p3i1','p1i1',[]);");

    document.writeln("stm_aix('p3i2','p1i0',[0,'Is-It-On','','',-1,-1,0,'isiton.html','_self','','','arrowred.gif','arrowred.gif',0,0,0,'arrow2red.gif','arrow2red.gif',7,7,0,0,1,'#ffffff',0,'#969696',0,'','',3,3,0,0,'#ffffff','#ffffff','#505050','#ffffff','bold 11px Verdana','bold 11px Verdana']);");
    document.writeln("stm_bpx('p3','p1',[1,4,105,-20]);");
    document.writeln("stm_aix('p3i0','p1i1',[0,'Features','','',-1,-1,0,'isiton.html','_self','','','arrowred.gif','arrowred.gif',7,7,0,'','',0,0,0,0,1,'#f0f0f0',0,'#969696',0,'','',3,3,0,0,'#ffffff','#ffffff','#505050','#ffffff','11px Verdana','11px Verdana']);");
    document.writeln("stm_aix('p3i1','p1i0',[6,1,'#cccccc','',-1,-1]);");
    document.writeln("stm_aix('p3i2','p1i1',[0,'Download','','',-1,-1,0,'isiton.html#Down','_self','','','arrowred.gif','arrowred.gif',7,7,0,'','',0,0,0,0,1,'#ffffff',0,'#969696',0,'','',3,3,0,0,'#ffffff','#ffffff','#505050','#ffffff','11px Verdana','11px Verdana']);");
    document.writeln("stm_aix('p3i3','p1i0',[6,1,'#cccccc','',-1,-1]);");

    document.writeln("stm_ep();");
    document.writeln("stm_aix('p3i1','p1i1',[]);");
    document.writeln("stm_ep();");
    document.writeln("stm_aix('p3i4','p0i0',[]);");
/////////////////////////////////////////////////////////////////////
    document.writeln("stm_aix('p45','p0i1',[0,'Free Services','','',-1,-1,0,' ']);");
    document.writeln("stm_bpx('p4','p1',[]);");
    document.writeln("stm_aix('p4i0','p1i1',[0,'Download Google/YouTube video & more..','','',-1,-1,0,'KVk.html','_self','','','arrowred.gif','arrowred.gif',7,7,0,'','',0,0,0,0,1,'#f0f0f0',0,'#969696',0,'','',3,3,0,0,'#ffffff','#ffffff','#505050','#ffffff','11px Verdana','11px Verdana']);");
    document.writeln("stm_aix('p4i1','p1i0',[6,1,'#cccccc','',-1,-1]);");
    document.writeln("stm_aix('p4i2','p1i1',[0,'Internet speed test','','',-1,-1,0,'KVs.html','_blank','','','arrowred.gif','arrowred.gif',7,7,0,'','',0,0,0,0,1,'#ffffff',0,'#969696',0,'','',3,3,0,0,'#ffffff','#ffffff','#505050','#ffffff','11px Verdana','11px Verdana']);");
    document.writeln("stm_aix('p4i3','p1i0',[6,1,'#cccccc','',-1,-1]);");
    document.writeln("stm_aix('p4i4','p1i1',[0,'Find your connection IP','','',-1,-1,0,'myIP.html','_blank','','','arrowred.gif','arrowred.gif',7,7,0,'','',0,0,0,0,1,'#f0f0f0',0,'#969696',0,'','',3,3,0,0,'#ffffff','#ffffff','#505050','#ffffff','11px Verdana','11px Verdana']);");
    document.writeln("stm_aix('p4i5','p1i0',[6,1,'#cccccc','',-1,-1]);");
    document.writeln("stm_aix('p4i6','p1i1',[0,'Find IPs Country, Region, City, ZIP code..','','',-1,-1,0,'lookup.html','_blank','','','arrowred.gif','arrowred.gif',7,7,0,'','',0,0,0,0,1,'ffffff',0,'#969696',0,'','',3,3,0,0,'#ffffff','#ffffff','#505050','#ffffff','11px Verdana','11px Verdana']);");
    document.writeln("stm_aix('p4i7','p1i0',[6,1,'#cccccc','',-1,-1]);");
    document.writeln("stm_ep();");
    document.writeln("stm_aix('p4i4','p0i0',[]);");
/////////////////////////////////////////////////////////////////////
    document.writeln("stm_aix('p0i5','p0i1',[0,'Buy OnLine','','',-1,-1,0,' ','_self','','','buyonline.gif','buyonline.gif',15,12]);");
    document.writeln("stm_bpx('p5','p1',[]);");
    document.writeln("stm_aix('p5i0','p1i1',[0,'buy 96Crypt OnLine','','',-1,-1,0,'96reg.html','_self','','','arrowred.gif','arrowred.gif',7,7,0,'','',0,0,0,0,1,'#f0f0f0',0,'#969696',0,'','',3,3,0,0,'#ffffff','#ffffff','#505050','#ffffff','11px Verdana','11px Verdana']);");
    document.writeln("stm_aix('p5i1','p1i0',[6,1,'#cccccc','',-1,-1]);");
    document.writeln("stm_aix('p5i4','p1i1',[0,'96Crypt Promotional Links','','',-1,-1,0,'96links.html','_self','','','arrowred.gif','arrowred.gif',7,7,0,'','',0,0,0,0,1,'#ffffff',0,'#969696',0,'','',3,3,0,0,'#ffffff','#ffffff','#505050','#ffffff','11px Verdana','11px Verdana']);");
    document.writeln("stm_aix('p5i5','p1i0',[6,1,'#cccccc','',-1,-1]);");
    document.writeln("stm_ep();");
    document.writeln("stm_aix('p0i8','p0i0',[]);");
/////////////////////////////////////////////////////////////////////
    document.writeln("stm_aix('p0i9','p0i1',[0,'Company','','',-1,-1,0,' ']);");
    document.writeln("stm_bpx('p6','p1',[]);");
    document.writeln("stm_aix('p6i0','p1i1',[0,'About Us','','',-1,-1,0,'about.html','_self','','','arrowred.gif','arrowred.gif',7,7,0,'','',0,0,0,0,1,'#f0f0f0',0,'#969696',0,'','',3,3,0,0,'#ffffff','#ffffff','#505050','#ffffff','11px Verdana','11px Verdana']);");
    document.writeln("stm_aix('p6i1','p1i0',[6,1,'#cccccc','',-1,-1]);");
    document.writeln("stm_aix('p6i2','p1i1',[0,'Privacy statement','','',-1,-1,0,'privacy.html','_self','','','arrowred.gif','arrowred.gif',7,7,0,'','',0,0,0,0,1,'#ffffff',0,'#969696',0,'','',3,3,0,0,'#ffffff','#ffffff','#505050','#ffffff','11px Verdana','11px Verdana']);");
    document.writeln("stm_aix('p6i3','p1i0',[6,1,'#cccccc','',-1,-1]);");
    document.writeln("stm_aix('p6i4','p1i1',[0,'Legal Notices','','',-1,-1,0,'terms.html','_self','','','arrowred.gif','arrowred.gif',7,7,0,'','',0,0,0,0,1,'#f0f0f0',0,'#969696',0,'','',3,3,0,0,'#ffffff','#ffffff','#505050','#ffffff','11px Verdana','11px Verdana']);");
    document.writeln("stm_aix('p6i5','p1i0',[6,1,'#cccccc','',-1,-1]);");
    document.writeln("stm_aix('p6i6','p1i1',[0,'Contact & Support','','',-1,-1,0,'contact.html','_self','','','arrowred.gif','arrowred.gif',7,7,0,'','',0,0,0,0,1,'#ffffff',0,'#969696',0,'','',3,3,0,0,'#ffffff','#ffffff','#505050','#ffffff','11px Verdana','11px Verdana']);");
    document.writeln("stm_aix('p6i7','p1i0',[6,1,'#cccccc','',-1,-1]);");
    
    document.writeln("stm_ep();");
    document.writeln("stm_aix('p0i10','p0i0',[]);");
/////////////////////////////////////////////////////////////////////

 
    document.writeln("stm_aix('p0i11','p0i9',[0,'Forum','','',-1,-1,0,' ']);");
    document.writeln("stm_bpx('p7','p1',[]);");
    document.writeln("stm_aix('p7i0','p1i1',[0,'96Crypt Discussions','','',-1,-1,0,'96forum.html','_self','','','arrowred.gif','arrowred.gif',7,7,0,'','',0,0,0,0,1,'#f0f0f0',0,'#969696',0,'','',3,3,0,0,'#ffffff','#ffffff','#505050','#ffffff','11px Verdana','11px Verdana']);");
    document.writeln("stm_aix('p7i1','p1i0',[6,1,'#cccccc','',-1,-1]);");
    document.writeln("stm_aix('p7i2','p1i1',[0,'SUPER &copy; Discussions','','',-1,-1,0,'Supforum.html','_self','','','arrowred.gif','arrowred.gif',7,7,0,'','',0,0,0,0,1,'#ffffff',0,'#969696',0,'','',3,3,0,0,'#ffffff','#ffffff','#505050','#ffffff','11px Verdana','11px Verdana']);");
    document.writeln("stm_aix('p7i3','p1i0',[6,1,'#cccccc','',-1,-1]);");
 
    document.writeln("stm_ep();");
    document.writeln("stm_aix('p0i12','p0i0',[]);");

/////////////////////////////////////////////////////////////////////

    document.writeln("stm_ep();");
    document.writeln("stm_em();");
    document.writeln("//-->");
    document.writeln("</script>");
    document.writeln("</center>");
    document.writeln("</div>");
    document.writeln("</td>");
    document.writeln("</tr>");
    document.writeln("</table>");
}

// ################
function DisplayNavShade()
{
    document.open();
    document.writeln("<table border='0' width='100%' cellspacing='0' cellpadding='0'>");
    document.writeln("  <tr>");
    document.writeln("    <td WIDTH='100%' background='s1.gif'>");
    document.writeln("    <img SRC='' width='8' HEIGHT='8' ALT BORDER='0'></td>");
    document.writeln("  </tr>");
    document.writeln("</table>");
}

// ################
function Displaystatct()
{
    document.open();
    document.writeln("<script type='text/javascript' language='javascript'>");
    document.writeln("var sc_project=366935");
    document.writeln("var sc_partition=1");
    document.writeln("</script>");
    document.writeln("<script type='text/javascript' language='javascript' src='http://www.statcounter.com/counter/counter.js'></script><noscript><a href='http://www.statcounter.com/free_hit_counter.html' target='_blank'><img  src='http://c2.statcounter.com/counter.php?sc_project=366935&amp;java=0' alt='hit counter' border='0'></a> </noscript>");
}

// ################
function DisplayStatus()
{
    document.open();
    document.writeln("<table width=100% border=0>");
    document.writeln(" <tr bgcolor='#DADADA'>");
    document.writeln("   <td align=center width=50 bgcolor=#DADADA><font face='Verdana, Arial, Helvetica, sans-serif' color=#FFFFFF><b><font size='-1'>");


    document.writeln("<script type='text/javascript' language='javascript'>");
    document.writeln("var sc_project=366935");
    document.writeln("var sc_partition=1");
    document.writeln("</script>");
    document.writeln("<script type='text/javascript' language='javascript' src='http://www.statcounter.com/counter/counter.js'></script><noscript><a href='http://www.statcounter.com/free_hit_counter.html' target='_blank'><img  src='http://c2.statcounter.com/counter.php?sc_project=366935&amp;java=0' alt='hit counter' border='0'></a> </noscript>");

    document.writeln("   </td>");

    document.writeln("   <td bgcolor=#DADADA align=center> <font face='Verdana, Arial, Helvetica, sans-serif' color=#4D4D4D>");
    document.writeln("<font size='-3'>Copyright &copy; 2002 -");
    document.writeln(y0);
    document.writeln(" eRightSoft - All rights reserved.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");    
    document.writeln("     </font> <a href='privacy.html'  target='_blank'> <font size='-3'>Privacy Statement</a> | ");
    document.writeln("     <a href='terms.html'  target='_blank'> <font size='-3'>Legal Notices</a></b></font>");

    document.writeln("   </td>");


    document.writeln("</tr>");
    document.writeln("</table>");
}

// ################
function DisplayStatusShade()
{
    document.open();
    document.writeln("<table border='0' width='100%' cellspacing='0' cellpadding='0'>");
    document.writeln("  <tr>");
    document.writeln("    <td WIDTH='100%' background='s2.gif'>");
    document.writeln("    <img SRC='' width='8' HEIGHT='8' ALT BORDER='0'></td>");
    document.writeln("  </tr>");
    document.writeln("</table>");
}

// ################
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);
}


function Jscrpt00()
{
   document.open();
}

// ################
function Jscrpt0xxx0()
{
   document.open();
   document.writeln("<style type='text/css'>");
   document.writeln(".adHeadline {font: bold 9pt Arial; text-decoration: underline; color: 3399CC;}");
   document.writeln(".adText {font: normal 8pt Arial; text-decoration: none; color: 585858;}");
   document.writeln("</style>");
   document.writeln("<script type='text/javascript' src='http://4.adbrite.com/mb/text_group.php?sid=110686&amp;col=7&amp;br=1&amp;dk=726567697374657220646f6d61696e5f375f325f776562'></script>");
   document.writeln("<p />");
   document.writeln("<div><a class='adHeadline' target='_top' href='http://www.adbrite.com/mb/commerce/purchase_form.php?opid=110686&amp;afsid=1'><font size='1'><b>Advertise With Us</b></font></a></div>");
}

// ################
function Jscrpt01()
{
   document.open();
}

// ################
function Jscrpt02()
{
   document.open();
   document.writeln(" "); 
}

// ################
function Jscrpt001()
{
   document.open();
   document.writeln(" "); 
}