function onQuickLinksChange(target){
	if (null == target || "" == target) { return; }
	if ("london2008" == target) {
		document.location.href = "http://www.inogenet.com/wv/london/overview.html";
	} else if ("brazil2008" == target) {
		document.location.href = "http://www.inogenet.com/wv/brazil2008/overview.html";
	} else if ("boston200904" == target) {
		document.location.href = "http://www.inogenet.com/wv/boston200904/overview.html";
	} else if ("rio201004" == target) {
		document.location.href = "http://www.inogenet.com/wv/rio201004/overview.html";
	} else if ("copen200912" == target) {
		document.location.href = "http://www.inogenet.com/wv/copenhagen200912/overview.html";
	}
}
function openContactInfo(){	
	urlstr = "contact-info.html";
	window.open(urlstr, "", "top=200, left=400, status=no, width=396, height=475, scrollbars=yes");
}