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