function getBytesCalc() {
	varstr = document.forms[0].elements[5].value;
	document.forms[0].elements[5].value = ( (varstr * 1024) * 1024 );
}