you can embed this in your new page,
<body onLoad="window.resizeTo(200, 200);">
but it seems to have different results in Netscape and IE.
better yet, don't use target="_blank" use
<a href="javascript:;" onClick="window.open('about.asp','FILE','width=200,height=200,scrollbars=yes,resizable,toolbar,location')" >Click here</a>