﻿
function doChangeEx(str, obj) {
    if (obj.selectedIndex > 0)
        window.open(str + obj.value)
}
