scrollTo browser window location (160,0)

Using FMX, publishing as low as pos, I followed the lesson on opening new browser window in flash. works great. want to add scollTo (160,0) in this new browser window. can someone please add this code to the following open new window code and tell this want to be how to enter it and exactly where to enter it. thanks so much

html

<SCRIPT LANGUAGE=“JavaScript”>
<!-- Begin
function Launch(page) {
OpenWin = this.open(page, “KirupaStyle”, “toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes,width=550,height=250”);
}
// End -->
</SCRIPT>

Button side
[center][font=Courier New][size=2][color=#0000ff]javascript:Launch(‘http://www.kirupa.com/kirupa.htm’)[/color][/size][/font][/center]

maybe you have to put an anchor on the page you want to launch and tell the script to go to that anchor… but I dont know how