
function showCv()
{
   remote = window.open("", "", "width=600,height=500,toolbar=no,border=0,menubar=yes,scrollbars=yes,resize=yes");
   remote.location.href = "Cv.html";
}

