function launchWindow(url, params){
	var pop = window.open(url+"?"+params, 'TERRANCE SULLIVAN', 'status=0,toolbar=0,location=0,menubar=0,directiories=0,resizable=0,height=215,width=380,left='+window.innerWidth/2+',top='+window.innerHeight/2+'');
}