<!--

function CA_openWindow(theURL,winName,features)

{ //v2.0
msgWindow=window.open(theURL,winName,features);
}

// -->