// JavaScript Document

<!-- 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, h, w) {
	day = new Date();
	id = day.getTime();
	h = h + 20;
	w = w + 20;
	
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=" + h +  ",height=" + w + ",left = 0,top = 0');");
	eval("page" + id + ".document.title='Jessica Johnson Online'"); 
	eval("page" + id + ".document.body.style='margin:0;padding:0'");
}
// End -->

