var windowHandle = '';
function go(what) {
windowHandle = window.open(what[what.selectedIndex].value,'photos','width=285,height=295');
}
