﻿

function openPopup(url, options) {	
    var mainWin = window.open(url,'mainwin',options);
    mainWin.focus();
}
