﻿function openSlimWin(strURL, strWinName) { 
    window.open(strURL,strWinName,'height=580,width=416,resizable=no,scrollbars=yes');
}
