function Jump(view)
{
	if (view != '')
	{		
			top.location.href = "index.php?p=comic&nro=" + view;
	}
}
