function LoadCafe(choData)
{
var choReturn = "";
if (choData == "0"){
	choReturn="6";}
else {
	choReturn="centrejob";}
return (choReturn);
}