<!--

// Script comments !!!!!

function maketable(){

	tabc="";
	cprice=0;
	for (n=1; n<nitens+1;n++){
		nprice=price[n];
		tabc=tabc+taba+prod[n]+'<br><font color="red">'+nprice+tabb;

	}


	document.all.list.innerHTML=tabbegin+tabc+tabend;

}



function verify(){

nothing=0;


}



-->
