<!--
function popUp(strURL,strType,strHeight,strWidth) {
var strOptions="";
if (strType=="elastic") strOptions="scrollbars,resizable,height="+strHeight+",width="+strWidth;
window.open(strURL, 'newWin', strOptions);
}
//-->