/* see launch_straight.js which works for all other browsers except IE7. this (resp. hack under launch_ie7.js)
 because it does not work under IE which brings out toolbar, location, etc. even when forbidden
 by this js and therefore the height is then wrong
launch_straight START */
theUrl3="bottom_leena.shtml"
function launchRemote3 (){
window.open(theUrl3,'bl','width=930,height=275,top=0,left=0 border=0')
}
/*  launch_straight END */