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

