// ****************************************************************************

//
// $Id: Toolbar.js, v. 1.0 2004/07/14 5:23 PM aselimovic Exp $
//

function openPrintTemplate(cid) {
   if (cid)
      self.open('/Print/?cid=' + cid, '_Print', 'width=682,height=600,status');
}

function openSendByEmail(cid) {
   if (cid)
      self.open('/SendByEmail/?cid=' + cid, '_SendByEmail', 'width=450,height=400,status');
}