wxm = 1024;wym = 405;x = (screen.width  - wxm) / 2;y = (screen.height - wym) / 2;function flashsite() {window.open("flash.html","win1","left="+x+",top="+y+",menubar=no,toolbar=no,location=no,directories=no,status=yes,scrollbars=yes,width="+wxm+",height="+wym);}