<!--
function selectPage()
{
        if (document.QuickIndex.r[document.QuickIndex.r.selectedIndex]) {
                self.location.href=document.QuickIndex.r[document.QuickIndex.r.selectedIndex].value;
        }
}
//-->
