
$(document).ready(function() {
  $("table.zebra tr:even").addClass("even");
  $("table.zebra tr:odd").addClass("odd");
});

$(document).ready(function() {
	$('.popup').popupWindow({
		centerBrowser:1,
		width:780,
		height:420,
		menubar:0
	});
});