﻿/*
© Copyright 2008 City of Huntington Beach. All rights reserved.
*/

function openhelp(anchor)
{
    if (anchor != null)
    {
        window.open('../help/?p=y#'+anchor,'popup','status=0,toolbar=0,location=0,menubar=0,directories=0,resizable=1,scrollbars=1,height=500,width=455');
    }
}
