function GoBack ( num )
{
	if ( num < 1 || num == undefined ) num = 1;
	history.back(1);
}