Sorry, I guess I was unclear in the first post.
I've got this placed in an external js file, held in a function. So an example is like this:
function ProdWin(str) {
window.open(str,'Prod',,'left=200,top=100,width=700,height=350,resizable=yes');
}
And from my asp pages, I'm calling these...