﻿//    select2go.js
//    Copyright (c) 2007 Technicanauts Inc. All Rights Reserved.
//    www.technicanauts.com

function select2go()
{
	var box = document.forms['cablenav'].select2page;
	var destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}
