function kccPop(target,width,height)
{
window.open(target,'popUp','height='+height+',width='+width+',scrollbars,resizable');
}
