<!--
function loadPage(list) {
        location.href = list.options[list.selectedIndex].value
}
function camlink(str) {
        searchWin = window.open(str,'camlink','scrollbars=no,resizable=no,width=357,height=285,status=no,location=no,toolbar=no');
//        searchWin.refer = self;
}
function openWindow(str) {
        searchWin = window.open(str,'openWindow','scrollbars=no,resizable=no,width=800,height=600,status=no,location=no,toolbar=no');
//        searchWin.refer = self;
}
// -->