function mph(a,c,l,t,i)
// build mp3 project header
// a = tag name , c = color , l = link , t = title text , i = image name
{
document.write(
 '<a name="'+a+'"></a><table border="0" bgcolor="#'+c+'" width="100%" cellspacing="0" cellpadding="8">'+
'<tr><td valign="top" align="center" width="20%"></td><td width="61%" align="center">'+
'<font face="Verdana, Arial, Helvetica" size="2"><br><a href="'+l+'.htm" title="Startpage of music project '+t+' | Startpagina van muziekprojekt '+t+'"'+
' target="_blank">'+
'<b>MP3 sample files with music of '+t+'</b></a><br><font size="1"><br>left-click on the track title to play, right-click'+
' on the track title to download<br>click on the CD image to read more about the CD</td></tr>'+
'<tr><td valign="top" align="center" width="20%"><img border="0" src="images/'+i+'.jpg"></td><td valign="top" width="61%">'
 )
}


function mpi(c,d,n,x)
// display cd/mp3 info
// c = color , d = directory to project homepage , n = cd number , x = 1: add table definition
{
document.write(
(x=='1'?'<table border="0" cellspacing="0" cellpadding="0"><tr><td height="4px"></td></tr></table>':'')+
'<table border="0" bgcolor="#'+c+'" width="100%" cellspacing="0" cellpadding="8"><tr>'+
'<td width="1%" onmouseover="vcx=this.bgColor;this.bgColor='+"'"+'#FFFFFF'+"'"+'" onmouseout="this.bgColor=vcx">'+
"<a href='"+d+"/sgcd"+n+".htm' title='Go to the CD info page | Ga naar de CD info pagina'"+
' target="_blank">'+
'<img border="0" src="images/sgcd'+n+'s.jpg" width="70"></a></td><td><font size="1"><b>sgcd'+n+' - '
 )
}


function mpt(h)
// build goto_TOP links
// h = add height of cell (630)
{
document.write(
'<table border="0" '+(h==1?'height="630px" ':'')+'width="100%" cellspacing="0" cellpadding="0"><tr><td valign="top">'+
'<font face="Verdana, Arial, Helvetica" size="1"><a href="mp3list.htm#TOP" title="Jump to top of page | Ga naar begin van pagina"'+
' style="text-decoration: none;"><b>TOP</b>'+
// '</a></td></tr></table>'+(h==1?'':'</td></tr><tr><td height="1px">&nbsp;</td></tr></table>'+(h==2?'':'<br><br>') )
'</a></td></tr></table>'+(h==1?'':'</td></tr><tr><td height="1px">&nbsp;</td></tr></table>'+(h==2?'':
'<table class="sb" border="0" width="100%" cellspacing="4" cellpadding="0"><tr><td class="sb" width="100%"></td></tr></table>') )
 )
}

