
function zvv_outdownload(showall)
{
//    alert(' showall='+showall);
    document.write('<table border=1 cellspacing=0 cellpadding=3>');
    zvv_outheader();
    zvv_outWindows(showall);
    zvv_outLinux(showall);
    zvv_outMacOSX(showall);
    document.write('<tr>');
//  document.write('<td align=center colspan=3><i> O l d &nbsp; v e r s i o n s</i></td>');
    document.write('<td align=center colspan=3></td>');
    document.write('</tr>');
    zvv_outVMS(showall);
    zvv_outDECUNIX(showall);
    zvv_outAIX(showall);
    zvv_outWin31(showall);
    zvv_outMSDOS(showall);
    document.write('</table>');
}

function zvv_outheader()
{
    document.write('<tr>');
    document.write('<td valign=top><i>Operating System</i></td>');
    document.write('<td valign=top><i>Date, Executable size (Kb), Version </i></td>');
    document.write('<td valign=top><i>Requirements, notes</i></td>');
    document.write('</tr>');
}

function zvv_out1file(exeh,exen,exel)
{
    if (exeh=='') return;
    document.write(' <a href="'+exeh+'">');
    document.write(' '+exen+' ');
    document.write('</a>');
    document.writeln('<small><sup>'+exel+'</sup></small>');
}

function zvv_out1down(hot,ver,dat,exeh,exen,exel,zip1h,zip1n,zip1l,zip2h,zip2n,zip2l)
{
    document.write(' '+dat+'&nbsp; ');
    if (1==0)
    if (hot!='') {
	document.write('<img src="');
	if (hot=='hot') document.write('zhot.gif');
	if (hot=='red') document.write('zrdpin.gif');
	if (hot=='gre') document.write('zgrpin.gif');
	if (hot=='blu') document.write('zblpin.gif');
	document.write('"');
//	document.write(' align=absbottom');
	document.write('>');
    }
    zvv_out1file(exeh,exen,exel);
    zvv_out1file(zip1h,zip1n,zip1l);
    zvv_out1file(zip2h,zip2n,zip2l);
    document.write(' &nbsp;'+ver+' ');
    document.write('<br>');
}

function zvv_outWindows(showall)
{
    document.write('<tr>');
    document.write('<td valign=top>');
	//zvv_Rout1down('hot','v-9.74','2007.06','Windows','exe/zvv974nt.zip','win01.gif',158);
    document.write('Windows');
//    document.write('<br>9x, NT, 2000, Millenium, XP');
    document.write('</td>');
    document.write('<td valign=top valign=top xalign=right>');
    document.write('<nobr>');

	zvv_out1down('hot','v-9.74.2','2007.06.07'
	,'','',396
	,'exe/zvv9742nt.zip','zvv9742nt.zip',158
	,'','',0
	);
/*
	zvv_out1down('hot','v-9.73.7b','2006.12'
	,'exe/zvv9737bnt.exe','zvv9737bnt.exe',396
	,'exe/zvv9737bnt.zip','.zip',155
	,'','',0
	);
*/
    if (showall!=0) {

	zvv_out1down('red','v-9.73','2005.08'
	,'exe/zvv973nt.exe','zvv973nt.exe',388
	,'exe/zvv973nt.zip','.zip',153
	,'','',0
	);

    }

    document.write('</nobr>');
    document.write('</td>');
    document.write('<td valign=top>32-bit Application for Windows');
    document.write('</td>');
    document.write('</tr>');
}

function zvv_outLinux(showall)
{
    document.write('<tr>');
    document.write('<td valign=top>Linux');
    document.write('</td>');
    document.write('<td valign=top valign=top xalign=right>');
    document.write('<nobr>');
/*
	zvv_out1down('hot','v-9.73','2005.08'
	,'exe/zvv973l.exe','zvv972l.exe','1,318'
	,'exe/zvv973l.exe.gz','.gz',680
	,'','',0
	);
*/
/*
	zvv_out1down('hot','v-9.73.7b','2006.12'
	,'exe/zvv9737bl.exe','zvv9737bl.exe','1,325'
	,'exe/zvv9737bl.exe.gz','.gz',682
	,'','',0
	);
*/
	zvv_out1down('hot','v-9.74.2','2007.06.07'
	,'','','1,325'
	,'exe/zvv9742l.tar.gz','zvv9742l.tar.gz',685
	,'','',0
	);

    if (showall!=0) {
    }

    document.write('</nobr>');
    document.write('</td>');
    document.write('<td valign=top>');
    document.write('X-windows; Linux: RedHat-6,-7,-8,-9,-Fedora');
    document.write('</td>');
    document.write('</tr>');
}

function zvv_outMacOSX(showall)
{
    document.write('<tr>');
    document.write('<td valign=top>');
//zvv_Rout1down('hot','v-9.74','2007.06','MacOSX' ,'exe/zvv974-mac.tar.gz','mac.gif',568);
zvv_Rout1down('hot','v-9.74.3','2007.11','MacOSX' ,'exe/zvv9743-mac.tar.gz','mac.gif',1568);
    document.write('&nbsp;');
    document.write('Mac OS X');
    document.write('</td>');
    document.write('<td valign=top valign=top xalign=right>');
    document.write('<nobr>');
	zvv_out1down('hot','v-9.74.3','2007.11.08'
	,'','',''
	,'exe/zvv9743-mac.tar.gz','zvv9743-mac.tar.gz',568
	,'','',0
	);

    if (showall!=0) {
    }

    document.write('</nobr>');
    document.write('</td>');
    document.write('<td valign=top>');
    document.write('CPU: Intel-x86, PowerPC;<br>needs X-windows: XDarwin or X11');
    document.write('</td>');
    document.write('</tr>');
}

function zvv_outVMS(showall)
{
    document.write('<tr>');
    document.write('<td valign=top>Alpha-VMS');
    document.write('</td>');
    document.write('<td valign=top valign=top xalign=right>');
    document.write('<nobr>');

	zvv_out1down('red','v-9.5','2002.08'
	,'exe/zvv95a.exe','zvv95a.exe','631'
	,'exe/zvv95a.zip','.zip',276
	,'','',0
	);

    if (showall!=0) {
    }

    document.write('</nobr>');
    document.write('</td>');
    document.write('<td valign=top>');
    document.write('X-windows; Open VMS-7.1');
    document.write('</td>');
    document.write('</tr>');
}

function zvv_outDECUNIX(showall)
{
    document.write('<tr>');
    document.write('<td valign=top>DECUNIX');
    document.write('</td>');
    document.write('<td valign=top valign=top xalign=right>');
    document.write('<nobr>');

	zvv_out1down('red','v-9.2b','2000.02'
	,'exe/zvv92du.exe','zvv92du.exe','1720'
	,'exe/zvv92du.zip','.zip',701
	,'','',0
	);

    if (showall!=0) {
    }

    document.write('</nobr>');
    document.write('</td>');
    document.write('<td valign=top>');
    document.write('X-windows');
    document.write('</td>');
    document.write('</tr>');
}

function zvv_outAIX(showall)
{
    document.write('<tr>');
    document.write('<td valign=top>AIX/RS6000');
    document.write('</td>');
    document.write('<td valign=top valign=top xalign=right>');
    document.write('<nobr>');

	zvv_out1down('red','v-8.8','1999.11'
	,'exe/zvv_rs6000.exe','zvv_rs6000.exe','719'
	,'','',0
	,'','',0
	);


    if (showall!=0) {
    }

    document.write('</nobr>');
    document.write('</td>');
    document.write('<td valign=top>');
    document.write('X-windows');
    document.write('</td>');
    document.write('</tr>');
}

function zvv_outWin31(showall)
{
    document.write('<tr>');
    document.write('<td valign=top>Windows-3.1');
    document.write('</td>');
    document.write('<td valign=top valign=top xalign=right>');
    document.write('<nobr>');

	zvv_out1down('red','v-8.8','1998.12'
	,'exe/zvv_win16.exe','zvv_win16.exe','263'
	,'','',0
	,'','',0
	);


    if (showall!=0) {
    }

    document.write('</nobr>');
    document.write('</td>');
    document.write('<td valign=top>');
    document.write('16-bit Application for Windows');
    document.write('</td>');
    document.write('</tr>');
}

function zvv_outMSDOS(showall)
{
    document.write('<tr>');
    document.write('<td valign=top>MS-DOS');
    document.write('</td>');
    document.write('<td valign=top valign=top xalign=right>');
    document.write('<nobr>');

	zvv_out1down('red','v-8.8','1998.12'
	,'exe/zvv_msdos.exe','zvv_msdos.exe','125'
	,'','',0
	,'','',0
	);


    if (showall!=0) {
    }

    document.write('</nobr>');
    document.write('</td>');
    document.write('<td valign=top>');
    document.write(' EGA, VGA, SVGA; MS-DOS 3.3 and higher;<br>');
    document.write(' ~500 Kb RAM free for EXE programs');
    document.write('</td>');
    document.write('</tr>');
}







function zvv_Rout1down(hot,ver,dat,osname,zip1h,zip1gif,zip1l)
{
    if (zip1h=='') return;
    document.write('<a href="'+zip1h+'"');
    document.write(' onMouseOver=document.nn_'+osname+'.src="'+zip1gif+'"');
    document.write(' onMouseOut =document.nn_'+osname+'.src="empty.gif"');
    document.write('>');
    document.write('<small>');
    document.write('<img src="empty.gif" ');
    document.write(' name=nn_'+osname+' ');
    document.write(' onMouseOver=document.nn_'+osname+'.src="'+zip1gif+'"');
    document.write(' onMouseOut =document.nn_'+osname+'.src="empty.gif"');
    document.write(' border=0>');
//    document.write(osname);
    document.write('</small>');
    document.write('</a>');
//    document.write('<br>');
//    document.write('<br>');
}

function showGif(name,file)
{
    document.write('<img src="empty.gif" ');
    document.write(' name="nn_'+zip1gif+'" ');
        
//    document.write(' onmouseover="javascript:showGif(''nn_'+zip1gif+''','''+zip1gif+''');" ');
    document.write(' border=0>');
    document.write('</small>');
    document.write('</a>');
    document.write('<br>');
}

function zvv_outdownloadRight(showall)
{
return;
//    alert(' showall='+showall);
    document.write('<table border=0 cellspacing=0 cellpadding=3 align=right>');
    document.write('<tr>');
    document.write('<td valign=top align=right>');
    document.write('<nobr>');
zvv_Rout1down('hot','v-9.74','2007.06','Windows','exe/zvv974nt.zip','win01.gif',158);
zvv_Rout1down('hot','v-9.74','2007.06','Linux'  ,'exe/zvv974l.tar.gz','redhat.gif',685);
zvv_Rout1down('hot','v-9.74','2007.06','MacOSX' ,'exe/zvv974-mac.tar.gz','mac.gif',568);
zvv_Rout1down('red','v-9.5','2002.08' ,'VMS'	,'exe/zvv95a.zip','vmsshark.gif',276);
zvv_Rout1down('red','v-9.2b','2000.02','DECUNIX','exe/zvv92du.zip','dulogo2.gif',701);
zvv_Rout1down('red','v-8.8','1998.12','MSDOS'	,'exe/zvv_msdos.exe','ms-dos.gif',125);
zvv_Rout1down('red','v-8.8','1998.12','Win31'	,'exe/zvv_win16.exe','win31.gif',263);
/*
    zvv_outVMS(showall);
    zvv_outDECUNIX(showall);
    zvv_outAIX(showall);
    zvv_outWin31(showall);
    zvv_outMSDOS(showall);
*/
    document.write('</td>');
    document.write('</tr>');
    document.write('</table>');
}
