﻿// JScript File

/***********************************************
* Bookmark site script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

function Bookmark(){
title='Talcura Technologies Inc.';
 url=location.href;
 if (window.sidebar) // firefox
   window.sidebar.addPanel(title, url, "");
 else if(window.opera && window.print){ // opera
   var elem = document.createElement('a');
   elem.setAttribute('href',url);
   elem.setAttribute('title',title);
   elem.setAttribute('rel','sidebar');
   elem.click();
} 
else if(document.all)// ie
  window.external.AddFavorite(url, title);
}

// "Send Email to anyone"/
function Send() {
popupEmailWin = window.open('http://www.talcura.com/TalentManagementNewsAndEvents/EmailToFriend.aspx','send', 'scrollbars=auto,width=500,height=520,left=200,top=100')
 
}
