function getDocument(select) {
	var docroot = "http://www.markit.com/assets/en/docs/products/data/indices/credit-index-annexes/";
	var index;
	var filepath;
	for(index=0; index<select.options.length; index++) {
		if(select.options[index].selected) {
	        	if(select.options[index].value!=""){
	        		filepath = docroot+select.options[index].value;
	          		window.open(filepath,"_blank"); 
	          	}
	          	break;
      		}
      	}
}

//Red Code Disclaimer

function doDisagree() 
{
	location.href='http://www.markit.com';
}
function doAgree() 
{
	location.href='http://www.markit.com/assets/en/docs/products/data/indices/Markit RED Index Codes.pdf';
}
