		function WhatIsRSS(){			theURL = '/WhatIsRSS.cfm';			specs = 'width=500, height=470, scrollbars=yes';			awindow = window.open(theURL,"newWindow",specs)		}		function sendEmail(url, confCode){			theURL = '/email.cfm?theurl=http://'+url			theURL = theURL+'&theConfCode='+confCode			specs = 'width = 520,height = 450 scrollBars = yes'			window.open(theURL,"newWindow",specs)		}				function tryPrint(){			if (window.print) window.print();			else{				var  agent = navigator.userAgent.toLowerCase();				var  menuItem = "CTRL+P";				if (agent.indexOf('mac') != -1) menuItem = "Command P";				alert("Click " + menuItem + " to send this page to the printer");			}		}				function bookMark(){			isIE = 'Microsoft Internet Explorer'			version = 4			url = 'http://www.worldcongress.com'			title = 'World Congress -- Providing Strategic Leadership for the Healthcare Industry'			if(navigator.appName == isIE && parseInt(navigator.appVersion)>= version){				window.external.AddFavorite(url, title)				return			}			else{				alert('To Bookmark our site, please press CTRL+D.')				return			}		}