<!-- Idea by:  Nic Wolfe (Nic@TimelapseProductions.com) -->
<!-- Web URL:  http://fineline.xs.mw -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function popUp(URL,w,h) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width=" + w + ",height=" + h + ",left = 440,top = 312');");
}
// End -->
<!-- STEP TWO: Use the following link to open the new window -->

<!-- call in the following way -->
<!--A HREF="javascript:popUp('http://link')">Open the Popup Window</A-->

<!-- Script Size:  0.73 KB  -->