this.document.getElementById("m1").onclick=function(){redir('home.html')};
this.document.getElementById("m2").onclick=function(){redir('index.html')};
this.document.getElementById("m3").onclick=function(){redir('eyelash.html')};
this.document.getElementById("m7").onclick=function(){redir('styling.html')};
this.document.getElementById("m4").onclick=function(){redir('permanent.html')};
this.document.getElementById("m5").onclick=function(){redir('about.html')};
this.document.getElementById("m6").onclick=function(){redir('contact.html')};

function redir(handle){
    this.window.location.replace(handle);
}
