
var cText = ''

cText += '<div id="qm0" class="qmmc">'


// **************** Menu 1 items *******************************
cText += '                <a>About Mario Otero</a>'

cText += '                <div>'


cText += '                <a href=\"http://www.mariootero.com/video/index.html">Videos Of Mario Otero</a>'
cText += '                <a href=\"http://www.mariootero.com/photos/photo1.html">Photo Album</a>'


cText += '                </div>'





// **************** Menu 2 items *******************************

cText += '                        <a>Live Performance</a>'

cText += '                        <div>'
cText += '                        <a href=\"http://www.mariootero.com/forms/register.html">Book a live performance</a>'


cText += '                        </div>'





// **************** Menu 3 items *******************************

cText += '                <a>Order CD Music Online</a>'
cText += '                <div>'

cText += '                <a target="_blank" href=\"http://cdbaby.com/cd/mariootero">Mario Otero Down At The Pass</a>'

cText += '                <a target="_blank" href=\"http://www.concordmusicgroup.com/albums/Jazzmenco/">La Vienta - Jazzmenco</a>'
cText += '                <a target="_blank" href=\"http://www.concordmusicgroup.com/albums/Forgotten-Romance/">La Vienta - Forgotten Romance</a>'
cText += '                <a target="_blank" href=\"http://www.concordmusicgroup.com/albums/Night-Dance/">La Vienta - Night Dance</a>'


cText += '                </div>'



// **************** Menu 4 items *******************************




// **************** Menu 5 items *******************************
cText += '                <a>La Guitarra School</a>'

cText += '                <div>'
cText += '        <a href=\"http://www.marioslaguitarra.com/index.html">La Guitarra Home Page</a>'
cText += '        <a href=\"http://www.marioslaguitarra.com/guitar/index.html">Electric Bass Lessons</a>'
cText += '        <a href=\"http://www.marioslaguitarra.com/guitar/index.html">Guitar Lessons</a>'
cText += '        <a href=\"http://www.marioslaguitarra.com/piano/index.html">Piano Lessons</a>'
cText += '        <a href=\"http://www.marioslaguitarra.com/violin/index.html">Violin Lessons</a>'
cText += '        <a href=\"http://www.marioslaguitarra.com/violin/index.html">Viola Lessons</a>'
cText += '        <a href=\"http://www.marioslaguitarra.com/voice/index.html">Voice Lessons</a>'
cText += '                </div>'
cText += '                </div>'
cText += '                </div>'



cText += '        <script type=\"text/JavaScript\">qm_create(0,false,400,500,false)</script>'


document.write(cText)