function makeShareLink(target) {
fullTarget = target;
fullTarget = fullTarget.replace("[title]",escape("Tung Fong Chinese Restaurant, Worsley"));
fullTarget = fullTarget.replace("[URL]",escape('http://www.tung-fong.co.uk/'));
location.href = fullTarget;
}
function openMenu(menuFile,height) {
var windowHeight = 920;
if (arguments.length == 2) {
windowHeight = height;
}
var windowID = window.open('menus/'+menuFile,'menuWin','scrollbars,resizable,WIDTH=720,HEIGHT='+windowHeight);
windowID.focus();
}