/**
*
*	Smithsonian Jazz
* misc javascript functions   
*
*/


function popup_addnew(str_where) {

  window.open( str_where,"popup","toolbar=yes,menubar=no,status=no,scrollbars=no,resizable=yes,height=343,width=394");

}


