function loadPage(list){
var href = list.options[list.selectedIndex].value;
var features = 'scrollbars=no,menubar=no,height=600,width=800,resizable=yes,toolbar=no,location=no,status=no';
window.open(href,'WindowName', features);
}
подробнее здесь и здесь