/*
----------------------------------------
file: general.js
app: cindy's k-9 angels
date: feb 2007
desc: general use functions
----------------------------------------
*/


// new window launcher
//  ----------------------------------------------------------------------------------------------------
function nw (link)
{
   window.open(link.href, "", "left=50,top=50,height=500,width=700,menubar=yes,toolbar=yes,location=yes,resizable=yes,scrollbars=yes,status=yes");
   return false;
}