<!-- Idea by:  Nic Wolfe -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->


function popUp(URL) {
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=800,height=748,left = 640,top = 100');");
}

function popUp2(URL) {
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=660,height=800,left = 640,top = 20');");
}

function popUp3(URL) {
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=460,height=345,left = 640,top = 20');");
}

function popUp4(URL) {
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=500,height=500,left = 640,top = 20');");
}

function popUp5(URL) {
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=320,height=540,left = 640,top = 20');");
}
