 themenu=document.getElementById("slidemenubar").style;
 themenu.left = -373;
function pull()
{
 themenu.left = -75;
}
function draw()
{
 themenu.left = -373;
}

