function showpassage(ref)
{
    window.open("http://bible.gospelcom.net/bible?passage=" + ref, "passage", "menubar=no,toolbar=no,resizable=yes,scrollbars=yes,width=500,height=400");
}