// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults

function expand(theElement){
	try { $(theElement).visualEffect('blind_toggle'); } 
	catch (e)
	{ alert('RJS error:\n\n' + e.toString() + '\n\n Element: ' + theElement); 
	alert('$(\'create_camera_NYM00448\').visualEffect(\'blind_toggle\');'); throw e }; 
	return false;
}