Does anyone know of a way to turn off the google toolbar when opening a new window? If there are no other bars it disappears, but I'd like to still have the menu bar. Below is the code I use to open the window.
function otherwin(urlto,windname) {
cdnwin = window.open(urlto,windname,"resizable=yes,toolbar=no,menubar=yes,location=no,status=yes");
}