function blank(){
}

function doCalc(vars){
	dest = "pos.shtml?" + vars;
	location.href = dest;
}