<!-- 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) {
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=820,height=505,left = 100,top = 50');");
}
// End -->


//DIFFERENT CODE
//function showPopup(url) { 
//newwindow=window.open(url,'name','height=600,width=600,top=200,left=300,resizable=false'); 
//if (window.focus) {newwindow.focus()} 
//}

//inline body tag
//onClick="showPopup(this.href);return(false);"