function onSpecViewChange(no)
{
	new Ajax.Updater(
		'index_specview',
		"index.php",
		{
			method: 'post',
			postBody: $H({action_top_changespec:"true", "no":no}).toQueryString()
		}
	);
}

