function move(obj)
{
	if(obj.options[obj.selectedIndex].value != 0)
	{
		parent.location = obj.options[obj.selectedIndex].value;
	}
}
