
function openHelp(href) {
    var win = window.open(href, 'help','scrollbars=yes,width=365,height=350,screenX=100,screenY=100,resizable=yes,status=yes');
    
    if(navigator.userAgent.indexOf("MSIE 3") == -1)	{
    	win.focus();
    }
}
