function createCategoryMenu(){
document.write("<a href='wedding.html'>Wedding</a>");
document.write("<a href='couples.html'>eSession &middot; beLoved</a>");
document.write("<a href='maternity.html'>Pregnancy</a>");
document.write("<a href='newbornbaby.html'>Newborn & Baby</a>");
document.write("<a href='children.html'>Children</a>");
document.write("<a href='personalwork.html'>Personal work</a>");
}
