function loadi(uri){
window.open(uri);
}

function checkt(handle){
var tot = handle.value*15;
if ((handle.value*1) != handle.value)
	tot = 0;
document.getElementById('totala').innerHTML = tot;
document.getElementById('totalb').value= tot;
}