function review(obj) {
if (obj.selectedIndex>0) top.location.href='../'+ obj.options[obj.selectedIndex].value +'/index.html';
}

function k(source) {
void(window.open("../../../kid/lcd.html?src="+source,"lcd","width=350,height=380,status"));
}
