function GetPassage(pass)

{

/* labs.bible.org NET version */
/* window.open("http://labs.bible.org/api/?passage=" + pass,"_blank","width=400,height=300,top=200,left=200,history=0,scrollbars=1,status=0,toolbar=0,location=0,menubar=0,directories=0,resizable=1,titlebar=0"); */

/* esv version */
window.open("http://www.esvapi.org/v2/rest/passageQuery?key=IP&passage=" + pass,"_blank","width=400,height=300,top=200,left=200,history=0,scrollbars=1,status=0,toolbar=0,location=0,menubar=0,directories=0,resizable=1,titlebar=0");


}

