<!-- Idea by:  Nic Wolfe -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function popUp(URL, width, height) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=" + width + ",height=" + height + "');");
}
// End -->


<!--//execute code by using this in the head of the document
//<script type="text/javascript" language="javascript" src="http://www.mnhs.org/web_assets/js/popup.js"><end/script>

//use this for the link
//<a href="javascript:popUp('xxxxxxx.htm',100,200)">Open the Popup Window with width = 100, height = 200</a>
