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