<!-- hide JS code

function gocat(myform)
{
	var box = myform.cid;
	var destination = box.options[box.selectedIndex].value;
	if (destination && destination != 0) {
//window.open("index.php?cid=" + destination, 'myIFrame');
           location.href="index.php?cid=" + destination;
        }
} 

// end JS hide -->