/*
----------------------------------------
file: general.js
app: tyannmassage
date: july 2007
desc: 
----------------------------------------
*/


// new window
// --------------------------------------------------------------------------------
function nw(link)
{
   window.open(link.href, "ext", "left=200,top=100,height=400,width=500,menubar=yes,toolbar=yes,location=yes,resizable=yes,scrollbars=yes,status=yes");
   return false;
}