(as2) hyperlink specifics

how do I translate this html code:

<a href=“ch.mov” onClick=“MyWindow=window.open(‘ch.mov’,‘MyWindow’,‘toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=360,height=250’); return false;”>

I want to be able to have a button open a new window specifically sized and without scroll bars or extraneous browser crap.