function open_flws(url) { var win = window.open(url,"_blank","toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,scrollbars=yes,top=0,left=0,width=500,height=500"); win.moveTo(0,0); win.resizeTo(screen.AvailWidth,screen.AvailHeight); return false; } document.write(""); function changePos() { if (window.name == "_led_window" || window.name == "_led_window_flws") { o_close.style.display = ""; o_close.style.left = document.body.scrollLeft+document.body.clientWidth-150; o_close.style.top = document.body.scrollTop+30; } } setInterval('changePos()', 30);