<!-- 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=1,width=650,height=450,left = 10,top = 10');");
}
// EndECH -->

<!--
function popup(mylink, windowname){
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href="http://www.simplyknobsandpulls.com/as2/launch_as2.php";
window.open(href, windowname, ',type=fullWindow,fullscreen,scrollbars=yes,location=no');
return false;
}
//-->


