<!--
 function fnChangeframe(page)
 {
 destination = page[page.selectedIndex].value;
 window.open(destination, 'd');
 }
//-->
