function openpopup(){
var popurl="clients.html"
winpops=window.open(popurl,"","resizable=0, scrollbars=0, width=470,height=580,left=312,top=79")
}
function openpopup2(){
var popurl="testimonials.html"
winpops=window.open(popurl,"","resizable=0, scrollbars=0, width=428,height=570,left=312,top=79")
}

