﻿function cvpop(url, height, width) {
    var params = '"status=0,toolbar=0,location=0,menubar=0,resizable=0,scrollbars=1,width=' + width + ',height=' + height +'"';
    msgWindow = window.open(url, "displayWindow", params);
}