
$(function() {
	/* Implement tooltip for links to English sites. */
	$('a[@href*=www.polycomondemand.com],a[@href*=www.polycom.com],a[@href*=www.polycom.eu],a[@href*=www.polycom.eu],a[@href*=portal.polycom.com]')
		.languageTooltip( { title: 'US site' } );
	$('a[@href*=www.polycom.fr]')
		.languageTooltip( { title: 'Site web France' } );
	/* begin - open new window for external links and pdfs */
	$('a[@href^=http://]')
		.not($('a.newWindow'))
		.not($('a[@href^=http://search.polycom.com]'))
		.not($('a[@href^=http://www.polycom.ca/ca_fr/index.html]'))
		.not($('a[@href^=http://www.polycom.ca/ca_en/]'))

		.popupwindow();
});


/*including hbx variables and hbx.js to track the pages */

var dname = window.location.hostname;
var uname = window.location;
var hbx_homepage = '';


if('http://'+ dname+ '/index.html' == uname || 'http://'+ dname+ '/' == uname || 'http://'+ dname+ '/index.html?showme=y' == uname || 'http://'+ dname+ '//' == uname )
{
	
	hbx_homepage = ':ca_en/en:homepage';
	
}



