function StripJump(view,strip)
{
	if (strip != '')
	{
		if ((view == "") || (view == "index"))
			top.location.href = "index.php?strip_id=" + strip;
		else
			top.location.href = "index.php?view=" + view + "&strip_id=" + strip;
	}
}
