function ajaxRun( what ) {
	switch ( what ) {
		case 'Themes':
			loadXMLDoc( 'content_wrapper_id', '../../site/mypanel/my_themes_ajax.php', '', false );
			loadXMLDoc( 'content_wrapper_id_js', '../../includes/js/overShadows.js', '', true );
		break;
	}
}
