function openwindow(where, w, h, menu, location, scroll, toolbar, status) {
	var win = window.open(where, 'ChildWin', 'dependent=no,height=' + h + ',width=' + w + ',menubar=' + menu + ',location=' + location + ',scrollbars=' + scroll + ',toolbar=' + toolbar + ',status=' + status + ',screenX=50,screeny=50,left=50,top=50')
	win.focus()
}

function bio(sContestant) {
	openwindow('/popbiosmall.aspx?cid=' + sContestant,'454','600','0','0','1','0','0');

}
