A couple of things that I see -

1) I get a syntax error when viewing your page on line 152.

2) When you look at the code that you are trying to emulate - they use the following JS
Code:
<a href="URL"onclick="NewWindow(this.href,'name','875','545','yes');return false">
If this is the effect you are looking for - you may look at going that way too.