function dlversions(a){

if (a == "mcs"){
	document.write('v9.4e');
}
if (a == "vr"){
	document.write('v14.0L');
}
if (a == "mcpc"){
	document.write('v4.0e');
}
if (a == "rp"){
	document.write('v2.0k');
}
if (a == "vip"){
	document.write('v6.2a');
}
if (a == "ig"){
	document.write('v1.0f');
}
if (a == "emt"){
	document.write('v9.0h');
}
if (a == "vipt"){
	document.write('v5.0e');
}
if (a == "cip"){
	document.write('v4.0e');
}
if (a == "dta"){
	document.write('v4.07');
}
if (a == "dtpr"){
	document.write('v3.6L');
}
}
