//--80 Characters--------------------------------------------------------------
/**
 * Project: WASRAG
 * Filename: executives.js
 * Author: Marcel Bao
 * Date: 2007-8-13
 * 
 */

function openBio(page) {
	window.open("bios/" + page, (new Date()).getTime(),
			"toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=517,height=600,left=390,top=212");
}
