function show(src){
	var path = '/uploads/assets/'+src;
	newWindow = window.open(path,"subWind", "statusbar,resizable");
	newWindow.focus();	
}

$(window).bind("load",function(){
	$("table.zeztchar tr:even td").css("background-color","#f4f4f4");
});
