/* begin - open new window for external links and pdfs */
	$(function() {
		$('a[@href^=http://]')
			.not($('a.newWindow,a.close,input.submit'))
			.not($('a[@href^=http://search.polycom.com]'))
			.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)
{
	hbx_homepage = ':us/en:homepage';
	
}




var JSFile2 = '/javascript/jquery.cookie.js';
document.write('<script language="JavaScript" src="'+JSFile2+'"></script>');

