function popup(url, x, y){
var winpops=window.open(url,"","width=475 ,height=380,location=no,status=no,scrollbars=yes")
}
function popupcv(){
var winpops=window.open('cv.html',"","width=450 ,height=370,location=no,status=no,scrollbars=no")
}
