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