<!-- hide from old browsers

self.name = "main";
function openWin(width, height, imagewidth, imageheight, pic, loc) {
	if (loc == null) { loc="Durham"}
        picWin = open("", "popup", "width=" + width + ",height=" + height + ",toolbar=no,directories=no,status=no,location=no,scrollbars=yes,resizable=no,menubar=no");
        picWin.document.open();
        picWin.document.clear();
        picWin.document.writeln("<html><head><title>Hollathans Bar and Restaurant in "+ loc+"</title></head><body bgcolor=\"#FFFFFF\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\"><table width=\"100%\" height=\"100%\" cellpadding=0 cellspacing=0 border=0><tr><td valign=\"middle\" align=\"center\"><img src=\"gallery/" + pic + ".jpg\" width=\"" + imagewidth + "\" height=\"" + imageheight + "\" alt=\"gallery\"></td></tr></table></body></html>");
        picWin.document.close();
}


// - end hiding -->
