function viewer(id, width, height)
{
	if(!width){
		width = 400;
		height = 350;
	}
	
	window.open('http://telecasters.msu.edu/vid/view.php?id='+id,'viewer','width='+width+',height='+height+',statusbar=yes,toolbar=no');
}