﻿
function openWin(which) {
    if (which == "demo") {
        window.open('http://www.lawdex.com/mkt/law/lawfirmefiling.htm', 'Demo', 'width=700,height=650,resizable=yes,scrollbars=yes');
    }
    if (which == "case") {
        window.open('http://www.versuslaw.com', 'CaseLaw', 'width=700,height=650,resizable=yes,scrollbars=yes');
    }
    if (which == "research") {
        window.open('http://lp.findlaw.com/', 'LegalResearch', 'width=700,height=650,resizable=yes,scrollbars=yes');
    }
}
