function showName()
{//show current name
date = new Date();
m = date.getMonth() + 1;
d = date.getDate();
document.write("<font color='white'>" + names[m][d] + "</font>");
}

function showSw()
{//show current name
date = new Date();
m = date.getMonth() + 1;
d = date.getDate();
document.write("<b><font color='red'>" + sw[m][d] + "</font></b>");
}



function showFoto()
{//show faze
date = new Date();
m = date.getMonth() + 1;
d = date.getDate();

document.write('<b><font color="red"><img src=luna/'+ faze[m][d] +'.gif></font></b>' );
}

function showWs()
{//show up
date = new Date();
m = date.getMonth() + 1;
d = date.getDate();
document.write("<font color='teal'><b>Exposer l'escalier au soleil: </b></font><font color='black'>" + ws[m][d] + "</font>");
}

function showZs()
{//show down
date = new Date();
m = date.getMonth() + 1;
d = date.getDate();
document.write("<font color='teal'><b>Exposer la chute au soleil:  </b></font><font color='black'>" + zs[m][d] + "</font>");
}