// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults
function draw_class_iframe(id){
	if (id == ''){
		$('class_info').update('');
	}else{
		$('class_info').update('<iframe id="class_iframe" '+
	  	'src="http://www.tordent.com/winterclinic/class.asp?id='+ id +'" frameborder="0" width="100%" height="750"></iframe>');
	}
}