
function aITM(BubbleID, selffile, curcat, curlang, itemid) {
	
	el = eval('document.forms[\'ericcallsformsbynumber\'].Qty'+itemid);
	el2 = eval('document.forms[\'ericcallsformsbynumber\'].sushiType'+itemid);
	window.frames['order'].location.href=
		selffile+'CatID='+curcat+
		'&LangID='+curlang+'&Action=add&ItemID='+
		itemid + '&Qty=' + el.value + '&sushiType=' + el2.value ;
	sadsosadsosad = window.setTimeout(
		'window.frames[\'order\'].scroll(0,99999);',1000);
	return false;
}

function exBtn(objID, o) {
	o.style.border='2px inset';
	initAd2(objID);
	return false;	
}
function hilite_obj(obj){
	obj.style.backgroundColor='#FFFFEE';
}

function unexBtn (BubbleID,o) {
	o.style.border='2px outset';
	if (adCount>0){closeAd();adCount=0;}
	return false;	
}
