function Poem(page)
{
	OpenWin = window.open(page, "", "height=400,width=640,left=100,top=100,toolbar=no,menubar=no,location=no,scrollbars=yes,resize=yes");
}

function getBio(member)
{
	window.open("bios.aspx?member=" + member, "", "height=600,width=600,left=100,top=100,toolbar=no,menubar=no,location=no,scrollbars=yes,resize=yes");
}

function enlargeImage(image)
{
	OpenWin = window.open("viewimage.htm?image=" + image, "", "height=400,width=640,left=100,top=100,toolbar=no,menubar=no,location=no,scrollbars=yes,resize=yes");
}

function viewClip(video)
{
	OpenWin = window.open("view.aspx?video=" + video, "", "height=400,width=640,left=100,top=100,toolbar=no,menubar=no,location=no,scrollbars=yes,resize=yes");
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function Boobar(page) {

OpenWin = window.open(page, "", "height=600,width=800,left=100,top=100,toolbar=no,menubar=no,location=no,scrollbars=yes,resize=yes");

}

function Photo(page)
{
	OpenWin = window.open(page, "", "height=600,width=680,left=100,top=100,toolbar=no,menubar=no,location=no,scrollbars=yes,resize=yes");
}

function apply()
{
	window.open("application.aspx", "Apply", "height=600,width=750,left=100,top=100,toolbar=no,menubar=no,location=no,scrollbars=yes,resize");
}

