// 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) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'status=0,toolbar=no,scrollbars=0,location=no,statusbar=0,menubar=0,resizable=0,width=400,height=570,left=500,top=25');");
}
// End -->

function popUp2(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'status=0,toolbar=no,scrollbars=0,location=no,statusbar=0,menubar=0,resizable=0,width=400,height=307,left=500,top=25');");
}

function popUp3(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'status=0,toolbar=no,scrollbars=yes,location=no,statusbar=0,menubar=0,resizable=0,width=516,height=450,left=100,top=25');");
}


function windowOpener()
{
controlWindow=window.open("popup.html","","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=270,height=200,left=50,top=25");
}

function openWin(theURL,winName,features) {
  	window.open(theURL,winName,features);
}
function displayWindow(url, width, height) 
{
 var Win = window.open(url, "displayWindow",'width=' + width + ',height=' + height + ',left=100,top=30');
}






