function bookButton(rName,rCity,newWindow){
	if(rName==''||rCity=='')return;
	var out='<a href="http://www.eatout.ro/tools/redir.php?name='+escape(rName)+'&city='+escape(rCity);
	if(window.location&&window.location.href)out+='&ref='+escape(window.location.href);
	out+='" title="Rezerva prin eatOUT.ro"';
	if(newWindow)out+='" target="eatOUT"';
	document.write(out+'><img src="http://www.eatout.ro/tools/bookingBtn.php?rn='+
		escape(rName)+'&rc='+escape(rCity)+'" border="0" alt="Rezerva prin eatOUT.ro" /></a>');
}

function bookButtonGuid(guid, newWindow, lang, session) {
	if(guid < 1)return;
	var imgSrc = 'http://www.eatout.ro/tools/bookingBtn.php?guid='+guid;
	var redirUrl = 'http://www.eatout.ro/tools/redir.php?guid='+guid;
	var out='<a href="/' + lang + '/eatout-redirect/' + guid + '/' + session + '/" title="Rezerva prin eatOUT.ro"';
	if(newWindow) out+='" target="eatOUT"';
	document.write(out+'><img src="' + imgSrc + '" border="0" alt="Rezerva prin eatOUT.ro" /></a>');
	
}